You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/web_infrastructure
Kamil Madac b1160ade9a Better error handling in supervisorctl module.
If execution of supervisorctl was not successful (exit code > 0),
module silently supress this error and returns changed = false,
which turns to OK task state.
This is very confusing, when supervisorctl needs authentication,
and credentials are not specified in module or are incorrect,
services are not restarted/started/stopped without raising an error.
11 years ago
..
__init__.py package files 11 years ago
apache2_module.py Merge pull request #117 from direvus/apache2-module-word-boundary 11 years ago
django_manage.py Added os.path.expanduser to app_path in django_manage 11 years ago
htpasswd.py file extensions! 11 years ago
supervisorctl.py Better error handling in supervisorctl module. 11 years ago