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
James Cammarata fa1ab231c9 Fixing bug in which playbook vars were not merged properly
This occurred when a hash would be passed in via extra args and the
hash variable behavior was set to 'merge', which resulted in the
variable from extra args replacing the playbook variable.
12 years ago
..
callback_plugins Update various copyrights. Not complete, but sufficient. 12 years ago
inventory Ansible vault: a framework for encrypting any playbook or var file. 12 years ago
module_utils Fix unicode decode error in syslog for modules 12 years ago
playbook Fixing bug in which playbook vars were not merged properly 12 years ago
runner Add tests that leverage most of our custom filters. A few more to add. 12 years ago
utils Remove entropy comment 12 years ago
__init__.py Update various copyrights. Not complete, but sufficient. 12 years ago
callbacks.py Filter out messages that match the pattern username:password@host 12 years ago
color.py Update various copyrights. Not complete, but sufficient. 12 years ago
constants.py Ansible vault: a framework for encrypting any playbook or var file. 12 years ago
errors.py Update various copyrights. Not complete, but sufficient. 12 years ago
module_common.py Update various copyrights. Not complete, but sufficient. 12 years ago