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
Michael DeHaan 290780d13f Playbook + with_items was an undocumented feature that was causing problems because it would
evaluate and replace '$item' with ''.  Really it doesn't make sense to include multiple playbooks
via a loop variable, as you can do this with task + with_items already (and it's a simpler code
path).  Given this is undocumented, this removes that feature, and we'll consider next how to
also add 'with_items' support directly to roles.
13 years ago
..
callback_plugins update some of many copyright dates but we can just do this when editing each file, not super high priority 13 years ago
inventory Change the retry logic to write a limit file, able to source limit from files by indicating with @filename 13 years ago
playbook Playbook + with_items was an undocumented feature that was causing problems because it would 13 years ago
runner Makes $PIPE and $FILE macros accept utf-8 input 13 years ago
utils Makes $PIPE and $FILE macros accept utf-8 input 13 years ago
__init__.py Update release version. 13 years ago
callbacks.py Decided I liked the asterisks 13 years ago
color.py Added a ANSIBLE_FORCE_COLOR env var, which forces the color output no matter what ncurses says. 13 years ago
constants.py Added DEFAULT_EXECUTABLE as a constant 13 years ago
errors.py Add 'polite' YAML syntax validation and hinting. Closes #798 14 years ago
module_common.py This SELinux commit is too strict and we should only fail if trying to read/tweak SELinux attributes else 13 years ago