ansible-supervisor
ansible-supervisor copied to clipboard
Ansible role to set up (the latest or a specific version of) supervisor in Debian-like systems
Results
2
ansible-supervisor issues
Sort by
recently updated
recently updated
newest added
Fix for #47.
The current handler implementation fails "sometimes" because Ansible will *not* call: ```bash service supervisor restart ``` but will call something like this instead: ```bash service supervisor stop && service supervisor...