community.general/lib/ansible/utils
Daniel Hokka Zakrisson 87b2378e22 Resolve variable references inside variables
Fixes the case where variable x is '$y' and y is a dict(foo='bar') and
an attempt to access ${x.foo} is made.
2013-01-09 13:45:55 +01:00
..
__init__.py Allow only_if/when_* on task includes and apply it on all tasks within 2013-01-04 00:15:13 +01:00
module_docs.py CLI: ansible-doc shows lists of modules & module docs on command-line 2012-11-30 21:57:25 -05:00
plugins.py Ensure each basedir is only added to the search path once 2012-12-20 14:17:12 +01:00
template.py Resolve variable references inside variables 2013-01-09 13:45:55 +01:00