supervisorctl - bugfix + using ansible validation + pythonification (#3068)

* supervisorctl - bugfix + pythonification

* added changelog fragment

* rollback check on the binpath
This commit is contained in:
Alexei Znamensky
2021-07-26 08:04:23 +12:00
committed by GitHub
parent 95ceb53676
commit c8b2d7c1e5
2 changed files with 21 additions and 18 deletions

View File

@@ -0,0 +1,4 @@
bugfixes:
- supervisorctl - state ``signalled`` was not working (https://github.com/ansible-collections/community.general/pull/3068).
minor_changes:
- supervisorctl - using standard Ansible mechanism to validate ``signalled`` state required parameter (https://github.com/ansible-collections/community.general/pull/3068).