community.general/lib/ansible/plugins/action
James Cammarata d9c74536be Fix handling of environment inheritence, and template each inherited env
Environments were not being templated individually, so a variable environment
value was causing the exception regarding dicts to be hit. Also, environments
as inherited were coming through with the tasks listed first, followed by the
parents, so they were being merged backwards. Reversing the list of environments
fixed this.
2015-12-17 09:44:40 -05:00
..
__init__.py Fix handling of environment inheritence, and template each inherited env 2015-12-17 09:44:40 -05:00
add_host.py Finish up plugin porting to global display 2015-11-11 10:44:23 -08:00
assemble.py Two fixes to action plugins 2015-10-22 16:07:26 -07:00
assert.py Two fixes to action plugins 2015-10-22 16:07:26 -07:00
async.py Make no_target_syslog consistent. 2015-12-05 19:43:02 +01:00
copy.py pass task args without filtering, copy module needs to explcitly support 2015-11-12 09:40:43 -08:00
debug.py debug now validates its params 2015-12-13 00:13:13 -05:00
fail.py Two fixes to action plugins 2015-10-22 16:07:26 -07:00
fetch.py fixes to fetch action module 2015-11-22 09:52:34 -08:00
group_by.py Two fixes to action plugins 2015-10-22 16:07:26 -07:00
include_vars.py Two fixes to action plugins 2015-10-22 16:07:26 -07:00
normal.py Two fixes to action plugins 2015-10-22 16:07:26 -07:00
package.py Finish up plugin porting to global display 2015-11-11 10:44:23 -08:00
patch.py Two fixes to action plugins 2015-10-22 16:07:26 -07:00
pause.py Finish up plugin porting to global display 2015-11-11 10:44:23 -08:00
raw.py Two fixes to action plugins 2015-10-22 16:07:26 -07:00
script.py Two fixes to action plugins 2015-10-22 16:07:26 -07:00
set_fact.py Two fixes to action plugins 2015-10-22 16:07:26 -07:00
synchronize.py Simplify code a little 2015-11-19 09:55:06 -08:00
template.py Fix for template module not creating a file that was not present when force=false 2015-12-14 10:55:21 -08:00
unarchive.py Merge pull request #12878 from ansible/invocation-fix 2015-10-22 16:17:40 -07:00
win_copy.py Two fixes to action plugins 2015-10-22 16:07:26 -07:00
win_template.py Two fixes to action plugins 2015-10-22 16:07:26 -07:00