ansible/test
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
..
cache
integration WIP: Check that union Jinja filter can be chained (#46298) 2018-10-01 16:30:24 -04:00
legacy feat: add scaleway security_group_rule management (#45694) 2018-10-01 12:37:48 +01:00
results
runner add azure_rm_cdnprofile and azure_rm_cdnprofile_facts (#45097) 2018-09-27 10:10:01 +10:00
sanity win_nssm: tests and several bug fixes (#44755) 2018-09-27 13:15:04 +10:00
units avoid tests when ncclient is not installed 2018-10-01 13:43:26 -04:00
utils Bug fixes and cleanup for ansible-test. (#45991) 2018-09-21 11:38:22 -07:00