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
Pol Llovet 4432c01ceb Handle '#' in var strings by splitting on ' #'
If someone has a " #" in a quoted var string, it
will interpret that as a comment and refuse to
load the inventory file due to an unbalanced
quote. Noisy failure > unexpected behavior.
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 Handle '#' in var strings by splitting on ' #' 13 years ago
playbook Fix bug with include-level vars and sudo_user. 13 years ago
runner Merge pull request #3017 from sergevanginderachter/roles-script 13 years ago
utils Some formatting fixes so docs will build, etc. 13 years ago
__init__.py Update release version. 13 years ago
callbacks.py hide magic variables used bin/ansible output 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 More pep8 13 years ago
errors.py Add 'polite' YAML syntax validation and hinting. Closes #798 14 years ago
module_common.py Avoid crash in module_common when the file cannot be moved/copy 13 years ago