Commit graph

12 commits

Author SHA1 Message Date
Michael Scherer
3a1ffa12f1 Set the locales to avoid issue with screenscrapping
See https://github.com/ansible/ansible-modules-core/pull/2462 for

details on why this could happen
2016-04-05 10:24:43 -07:00
Toshio Kuratomi
832e81e691 Set some module parameters to type=path 2016-02-29 00:21:02 -08:00
Toshio Kuratomi
94b8ebe1bf Use is_executable from its new location 2015-09-25 07:47:06 -07:00
Igor Khomyakov
305970569d fixed 'present' 2015-07-22 19:19:00 +03:00
Toshio Kuratomi
1458a6ec9a Merge pull request #621 from hostmaster/supervisorctl-not-existed-sv
supervisorctl module: Check if a service exists
2015-07-01 12:38:28 -07:00
Brian Coca
68a310d860 Merge pull request #937 from nfubh/devel
added 'absent' option to supervisorctl
2015-06-30 00:38:12 -04:00
Greg DeKoenigsberg
2a5f0bde87 Proper author info for all remaining modules 2015-06-15 15:53:30 -04:00
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.
2015-06-14 19:48:00 +02:00
Igor Khomyakov
361a1e1b65 Check if a service exists 2015-06-08 12:30:33 +03:00
Tagir Bakirov
83c6cd04f4 added 'absent' option to supervisorctl 2015-03-13 11:07:13 +01:00
Tomasz Kontusz
18e641838a supervisorctl: Don't try to start a starting program
Starting a "STARTING" program throws ERROR (already started),
so don't do that.
2014-12-02 22:33:49 +01:00
Michael DeHaan
c8e1a2077e file extensions! 2014-09-26 10:37:56 -04:00
Renamed from web_infrastructure/supervisorctl (Browse further)