Update supervisorctl.py (#42031)

<!--- Your description here -->

+label: docsite_pr

(cherry picked from commit 5ea414422b)
pull/42223/head
LeenSun 7 years ago committed by Matt Clay
parent 1f80949f96
commit 3cbf319ee7

@ -55,6 +55,7 @@ options:
notes: notes:
- When C(state) = I(present), the module will call C(supervisorctl reread) then C(supervisorctl add) if the program/group does not exist. - When C(state) = I(present), the module will call C(supervisorctl reread) then C(supervisorctl add) if the program/group does not exist.
- When C(state) = I(restarted), the module will call C(supervisorctl update) then call C(supervisorctl restart). - When C(state) = I(restarted), the module will call C(supervisorctl update) then call C(supervisorctl restart).
- When C(state) = I(absent), the module will call C(supervisorctl reread) then C(supervisorctl remove) to remove the target program/group.
requirements: [ "supervisorctl" ] requirements: [ "supervisorctl" ]
author: author:
- "Matt Wright (@mattupstate)" - "Matt Wright (@mattupstate)"

Loading…
Cancel
Save