supervisorctl: document the 'present' option
This commit is contained in:
parent
655dc289da
commit
c1f467812a
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ options:
|
||||||
- The state of service
|
- The state of service
|
||||||
required: true
|
required: true
|
||||||
default: null
|
default: null
|
||||||
choices: [ "started", "stopped", "restarted" ]
|
choices: [ "present", "started", "stopped", "restarted" ]
|
||||||
examples:
|
examples:
|
||||||
- code: "supervisorctl: name=my_app state=started"
|
- code: "supervisorctl: name=my_app state=started"
|
||||||
description: Manage the state of program I(my_app) to be in I(started) state.
|
description: Manage the state of program I(my_app) to be in I(started) state.
|
||||||
|
|
Loading…
Add table
Reference in a new issue