mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-13 20:31:24 +00:00
Extend state option documentation (#54989)
This commit is contained in:
committed by
ansibot
parent
17d78553ee
commit
17776142d1
@@ -622,7 +622,9 @@ options:
|
||||
type: int
|
||||
state:
|
||||
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
|
||||
required: yes
|
||||
default: present
|
||||
|
||||
Reference in New Issue
Block a user