You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/filters
Pilou b76c4c840e WIP: Check that union Jinja filter can be chained (#46298)
* Check that union Jinja filter can be chained

* set filters: fix unexpected templating type error

this error occurs with Jinja 2.10 since 32ec69d827,
for example when union filters are chained:

$ ansible all -i localhost, -mdebug -a"msg={{ []|union([])|union([]) }}"
localhost | FAILED! => {
    "msg": "Unexpected templating type error occurred on ({{ []|union([])|union([]) }}):
            unsupported operand type(s) for +: 'set' and 'list'"
}
6 years ago
..
files Deprecate tests used as filters (#32361) 7 years ago
host_vars
meta
tasks WIP: Check that union Jinja filter can be chained (#46298) 6 years ago
templates Deprecate tests used as filters (#32361) 7 years ago
vars
aliases Update Shippable integration test groups. (#43118) 6 years ago
filters.yml
inventory
runme.sh