added versions note in description for new choice
This commit is contained in:
parent
c1df014e3b
commit
4be34067de
1 changed files with 1 additions and 0 deletions
|
@ -305,6 +305,7 @@ options:
|
||||||
restart_policy:
|
restart_policy:
|
||||||
description:
|
description:
|
||||||
- Container restart policy.
|
- Container restart policy.
|
||||||
|
- The 'unless-stopped' choice is only available starting in Ansible 2.1 and for Docker 1.9 and above.
|
||||||
choices: ["no", "on-failure", "always", "unless-stopped"]
|
choices: ["no", "on-failure", "always", "unless-stopped"]
|
||||||
default: null
|
default: null
|
||||||
version_added: "1.9"
|
version_added: "1.9"
|
||||||
|
|
Loading…
Reference in a new issue