Files
community.general/test/integration/targets
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'"
}
2018-10-01 16:30:24 -04:00
..
2018-09-25 10:22:06 +10:00
2018-09-12 10:31:45 -04:00
2018-08-31 20:04:57 +05:30
2018-09-28 19:19:58 +02:00
2018-07-27 15:45:18 -04:00
2018-06-04 07:32:23 -04:00
2018-08-31 11:08:46 +05:30
2018-06-05 07:37:24 -04:00
2018-08-24 10:51:57 +05:30
2018-06-28 10:11:45 +05:30
2018-08-23 21:04:18 -04:00
2018-05-03 09:59:36 -04:00
2018-09-06 09:27:24 -07:00