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/lib/ansible
Stephen Fromm 4eaee3df0a Various cleanup to run_command
* Rename fail_on_rc_non_zero to check_rc, much more succinct.
* Simplify method defintion
* Fix command module and drop shell=shell option; whether to use
  shell is determined by if args is a list.
12 years ago
..
callback_plugins Abort a play at the start when no hosts matches, or no hosts are remaining 12 years ago
inventory Allow pattern[0] to address a single node 12 years ago
playbook Actually allow using connection: on a task 12 years ago
runner Fix raw (no executable) support on -c local 12 years ago
utils Move sudo command making to one common function 12 years ago
__init__.py Updated ansible version to align with RPM package 12 years ago
callbacks.py Change message when a play matches no hosts 12 years ago
color.py Added a ANSIBLE_FORCE_COLOR env var, which forces the color output no matter what ncurses says. 12 years ago
constants.py Set LANG in module_common.py 12 years ago
errors.py Add 'polite' YAML syntax validation and hinting. Closes #798 12 years ago
module_common.py Various cleanup to run_command 12 years ago