community.general/lib/ansible
Stephen Fromm 6742e9c3f4 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.
2012-08-30 11:01:37 -07:00
..
callback_plugins Move plugin directories 2012-08-21 20:32:21 -04:00
inventory Fix --limit for external inventory scripts, slight variant on fix from pull #949 2012-08-27 21:49:12 -04:00
playbook If tags "all" is used, don't choke. 2012-08-28 20:33:36 -04:00
runner Move plugin directories 2012-08-21 20:32:21 -04:00
__init__.py Release bump 2012-08-06 19:55:27 -04:00
callbacks.py Invoke cowsay without going through the shell 2012-08-30 00:11:40 +02:00
color.py Check for terminal capabilities if curses is available 2012-08-25 00:45:14 +02:00
constants.py make connection types pluggable 2012-08-18 10:52:24 -04:00
errors.py Add 'polite' YAML syntax validation and hinting. Closes #798 2012-08-07 18:24:47 -04:00
module_common.py Add option required=(True|False) to get_bin_path and update modules 2012-08-30 11:01:37 -07:00
utils.py Merge pull request #956 from tima/jinja-json-filter 2012-08-28 17:24:08 -07:00