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
commit c8b2d7c1e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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).