1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-02-04 07:51:50 +00:00

supervisorctl: investigate integration tests (#11057)

* supervisorctl: investigate integration tests

* wait for supervisord to complete stop

* adjust in module
This commit is contained in:
Alexei Znamensky 2025-11-09 16:09:27 +13:00 committed by GitHub
parent ac4f657d43
commit 0d8521c718
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 1 deletions

View file

@ -59,7 +59,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:
@ -113,6 +113,7 @@ EXAMPLES = r"""
state: restarted
"""
import os
from ansible.module_utils.basic import AnsibleModule, is_executable