mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update restart_policy doc strings.
This commit is contained in:
parent
b5666c0f1c
commit
65e71d8960
1 changed files with 4 additions and 2 deletions
|
@ -305,10 +305,12 @@ options:
|
|||
required: false
|
||||
restart_policy:
|
||||
description:
|
||||
- Container restart policy.
|
||||
- Container restart policy. Place quotes around I(no) option.
|
||||
choices:
|
||||
- on-failure
|
||||
- always
|
||||
- no
|
||||
- on-failure
|
||||
- unless-stopped
|
||||
default: on-failure
|
||||
required: false
|
||||
restart_retries:
|
||||
|
|
Loading…
Add table
Reference in a new issue