mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Extend state option documentation (#54989)
This commit is contained in:
parent
17d78553ee
commit
17776142d1
1 changed files with 3 additions and 1 deletions
|
@ -622,7 +622,9 @@ options:
|
||||||
type: int
|
type: int
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- Service state.
|
- I(absent) - A service matching the specified name will be removed and have its tasks stopped.
|
||||||
|
- I(present) - Asserts the existence of a service matching the name and provided configuration parameters.
|
||||||
|
Unspecified configuration parameters will be set to docker defaults.
|
||||||
type: str
|
type: str
|
||||||
required: yes
|
required: yes
|
||||||
default: present
|
default: present
|
||||||
|
|
Loading…
Add table
Reference in a new issue