Extend state option documentation (#54989)

This commit is contained in:
Hannes Ljungberg 2019-04-08 17:36:56 +02:00 committed by ansibot
parent 17d78553ee
commit 17776142d1

View file

@ -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