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
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'"
}
7 years ago
..
cache Update ansible-test sanity command. (#31958) 8 years ago
integration WIP: Check that union Jinja filter can be chained (#46298) 7 years ago
legacy feat: add scaleway security_group_rule management (#45694) 7 years ago
results Collect data from integration test runs. (#28650) 8 years ago
runner add azure_rm_cdnprofile and azure_rm_cdnprofile_facts (#45097) 7 years ago
sanity win_nssm: tests and several bug fixes (#44755) 7 years ago
units avoid tests when ncclient is not installed 7 years ago
utils Bug fixes and cleanup for ansible-test. (#45991) 7 years ago