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
Brian Coca 5a333859fe allow for parameterized string functions
now also allow for ending parens

from following, 1, 2, 4 and 5 match, rest are ignored.

	{doc | to_nice_json}}
	{{(doc | to_nice_json)}}
	{{doc | to_nice_json| from_json}}
	{{doc | to_nice_json()}}
	{{doc | to_nice_json(indent=2)}}
	{{doc | to_nice_json(indent=2) | from_json()}}
	{{doc | to_nice_json(indent=2) | from_json}}

fixes #37579
2018-04-10 17:24:27 -04:00
..
cli remove unused optoins from inventory cli 2018-04-05 18:40:24 -04:00
compat Enable wildcard import pylint (#35786) 2018-02-06 15:17:49 -08:00
config minimize loading files/plugins 2018-04-10 17:22:31 -04:00
errors give hint to users when a file is not found 2018-04-10 17:19:03 -04:00
executor ignore version when deciding callback loading (#38281) 2018-04-10 17:15:28 -04:00
galaxy Ansible Galaxy: skel for network role #37241 (#37251) 2018-03-09 13:31:27 -05:00
inventory Reduce recursion within group methods 2018-04-05 18:38:44 -04:00
module_utils made missing cli tools non fatal (#37194) 2018-04-10 17:23:29 -04:00
modules Update Pure Storage FlashArray hostgroup module (#38503) 2018-04-10 16:06:51 -05:00
parsing Allow loading dirs from role defaults/vars (#36357) 2018-04-10 17:14:38 -04:00
playbook Allow loading dirs from role defaults/vars (#36357) 2018-04-10 17:14:38 -04:00
plugins minimize loading files/plugins 2018-04-10 17:22:31 -04:00
template allow for parameterized string functions 2018-04-10 17:24:27 -04:00
utils Expose verbosity as a var, dedupe attr list. Fixes #36170 2018-04-05 16:06:01 -04:00
vars minimize loading files/plugins 2018-04-10 17:22:31 -04:00
__init__.py
constants.py
release.py Fix version in lib/ansible/release.py 2018-02-09 04:47:31 -08:00