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
Abhijit Menon-Sen 7c8374e0f8 Strip string terms before templating
The earlier code did call terms.strip(), but ignored the return value
instead of passing that in to templar.template(). Clearly an oversight.
9 years ago
..
cli output color is now configurable 9 years ago
compat Bundle a new version of python-six for compatibility along with some code to make it easy for distributions to override the bunndled copy if they have a new enough version. 9 years ago
config Making the switch to v2 9 years ago
errors Default msg param to AnsibleError to avoid serialization problems 9 years ago
executor Merge pull request #13691 from bcoca/colors 9 years ago
galaxy Define and handle ignore_certs correctly. Preserve search term order. Tweak to Galaxy docsite. 9 years ago
inventory Replace to_string by to_unicode. 9 years ago
module_utils add support for diff in file settings 9 years ago
modules Update submodule refs 9 years ago
new_inventory fix some warning of undefined name. 9 years ago
parsing cleaner implementation and random chunk length. 9 years ago
playbook output color is now configurable 9 years ago
plugins Minor tweak to ensure diff is not empty in callback for file diffs 9 years ago
template keep string type filters as strings 9 years ago
utils Strip string terms before templating 9 years ago
vars move hostvars.vars to vars 9 years ago
__init__.py Bump version in devel now that stable-2.0 has been branched 9 years ago
constants.py output color is now configurable 9 years ago
test-requirements.txt Making the switch to v2 9 years ago