ansible/lib/ansible
Paul Sokolovsky 2e668f14f7 copy: Handle "no copy/propagate attrs only" for recursive mode well.
For this, add internal "original_basename" param to file module,
similar to copy module. (Param name is a bit misnormer now, should
be treated as "original basepath").
2013-10-15 18:40:40 +03:00
..
callback_plugins add a way for callback to disable itself 2013-08-14 22:32:28 +02:00
inventory Cache patterns a bit higher up to make things a little more efficient. See #4469. 2013-10-11 22:24:37 -04:00
playbook Merge pull request #3932 from jocelynj/devel 2013-10-15 06:34:57 -07:00
runner copy: Handle "no copy/propagate attrs only" for recursive mode well. 2013-10-15 18:40:40 +03:00
utils Added "debug: var=variableName" capability. 2013-10-14 21:01:38 -04:00
__init__.py Update 1.4 specfile -- no need for node fireball package, release dates 2013-09-13 17:31:34 -04:00
callbacks.py Added "debug: var=variableName" capability. 2013-10-14 21:01:38 -04:00
color.py These fields are booleans. 2013-08-10 18:16:01 -04:00
constants.py Adding config flag role_path for common/global roles 2013-10-12 10:15:30 -04:00
errors.py Introduce exception AnsibleFilterError and use it in Jinja filters. Ignore this exception when trying to find the name of a task for display (callback) purpose. 2013-07-07 19:18:32 +02:00
module_common.py USE subprocess.Popen API correctly. 2013-09-29 23:22:09 -04:00