Commit Graph

8 Commits (ff9708fd655dec0359c3a064afb718508d6868f2)

Author SHA1 Message Date
Matt Wright d145e043c7 Use `get_bin_path` properly 12 years ago
Matt Wright 6a67572e83 Fix supervisorctl module after merge issue 12 years ago
Michael DeHaan 47ead9349b Merge branch 'binpath' of https://github.com/sfromm/ansible into devel
Conflicts:
	library/supervisorctl
12 years ago
Stephen Fromm 1222cf8de9 Add option required=(True|False) to get_bin_path and update modules
Added required as optional argument to get_bin_path(). It defaults to
false.  Updated following modules to use required=True when calling
get_bin_path():  apt_repository, easy_install, group, pip,
supervisorctl, and user.
Also removed _find_supervisorctl() from supervisorctl module and updated
_is_running() to not need it.
12 years ago
Matt Wright d36d926bba Update handling of state changes 12 years ago
Stephen Fromm a284228e10 Migrate apt_repository, group, and supervisorctl to use module.get_bin_path 12 years ago
Matt Wright b4a091b419 fix bug in supervisorctl module 12 years ago
Matt Wright bff8bfe40d Add supervisorctl module 12 years ago