community.general/lib/ansible/plugins
Kei Nohguchi 8de25db681 net_template.py: Fix jinja2 template file search path (#15134)
The change is needed to support the multiple include statements
inside the jinja2 template file, as in '{% include ['another.j2'] %}'.
statement.  I need this capability, as OpenSwitch `switch` role needs
to handle multiple *.j2 files and supporting the include statement
inside jinja2 file is essential, otherwise I need to combine multiple
template files into a single file, which easily causes conflicts
between developers working on different parts of the teamplate, ports
and interface.
2016-05-16 10:05:08 -04:00
..
action net_template.py: Fix jinja2 template file search path (#15134) 2016-05-16 10:05:08 -04:00
cache restore old jsonfile behaviour on key expiration 2016-05-10 15:55:33 -04:00
callback actionable.py: Do not print next task banner in handler callback (#15698) 2016-05-03 11:25:46 -04:00
connection Disable sftp batch mode if sshpass (#15829) 2016-05-13 13:39:04 -04:00
filter Rename function bool() as it is a Python built-in function (#15651) 2016-04-28 14:39:35 -04:00
inventory Bundle a new version of python-six for compatibility along with some code to make it easy for distributions to override the bunndled copy if they have a new enough version. 2015-10-16 08:21:28 -07:00
lookup hashi_vault lookup: be more rebust, and allow fields with other name than 'value' (#13690) 2016-05-14 21:48:31 -04:00
shell Merge pull request #13771 from sivel/binary-modules 2016-05-12 18:36:34 -05:00
strategy Make sure setting facts with run_once makes copies of the data 2016-05-13 10:05:19 -04:00
test Reverse boilerplate order because from __future__ must be the first code in the file 2016-03-24 20:08:39 -07:00
vars Making the switch to v2 2015-05-03 21:47:26 -05:00
__init__.py When walking through module directories, always follow symlinks. (#15784) 2016-05-09 14:24:39 -04:00