mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-02-04 07:51:50 +00:00
[PR #11057/0d8521c7 backport][stable-10] supervisorctl: investigate integration tests (#11063)
supervisorctl: investigate integration tests (#11057)
* supervisorctl: investigate integration tests
* wait for supervisord to complete stop
* adjust in module
(cherry picked from commit 0d8521c718)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
f55c9b77fc
commit
cc7e0083b8
2 changed files with 9 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ options:
|
|||
signal:
|
||||
type: str
|
||||
description:
|
||||
- The signal to send to the program/group, when combined with the 'signalled' state. Required when l(state=signalled).
|
||||
- The signal to send to the program/group, when combined with the V(signalled) state. Required when l(state=signalled).
|
||||
supervisorctl_path:
|
||||
type: path
|
||||
description:
|
||||
|
|
@ -116,6 +116,7 @@ EXAMPLES = r"""
|
|||
state: restarted
|
||||
"""
|
||||
|
||||
|
||||
import os
|
||||
from ansible.module_utils.basic import AnsibleModule, is_executable
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue