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/runner
Daniel Hokka Zakrisson a79373f6b2 Make template_ds the only templater
Instead of having to remember when to use which one, rename template_ds
to template and move the last bit of code from template to varReplace
(which gets used for all string replacements, in the end).

This means that you can template any data type without worrying about
whether it's a string or not, and the right thing will happen.
2013-02-03 14:01:54 +01:00
..
action_plugins Ensure destination and source are available before mangling them 2013-01-25 23:14:52 +01:00
connection_plugins Get output before receiving return code 2013-01-29 00:38:07 +01:00
filter_plugins Support custom jinja2 filters. 2012-11-05 15:11:34 +01:00
lookup_plugins Fix copyright, unused imports 2013-02-02 13:06:48 -05:00
__init__.py Make template_ds the only templater 2013-02-03 14:01:54 +01:00
connection.py Create a plugin loader system 2012-11-02 01:24:14 +01:00
poller.py Skip polling when all hosts were skipped 2013-01-06 16:49:29 +01:00
return_data.py if a module returns failed in the results, don't fail unless failed is not false. 2012-11-02 15:24:17 -04:00