1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/playbook
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.
2014-02-20 15:25:52 -05:00
..
__init__.py Ansible vault: a framework for encrypting any playbook or var file. 2014-02-18 15:35:12 -05:00
play.py Fixing bug in which playbook vars were not merged properly 2014-02-20 15:25:52 -05:00
task.py Adding no_log: capability for tasks 2014-01-31 16:58:46 -06:00