mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-04 04:12:48 +00:00
supervisorctl: document the 'present' option
This commit is contained in:
@@ -37,7 +37,7 @@ options:
|
||||
- The state of service
|
||||
required: true
|
||||
default: null
|
||||
choices: [ "started", "stopped", "restarted" ]
|
||||
choices: [ "present", "started", "stopped", "restarted" ]
|
||||
examples:
|
||||
- code: "supervisorctl: name=my_app state=started"
|
||||
description: Manage the state of program I(my_app) to be in I(started) state.
|
||||
|
||||
Reference in New Issue
Block a user