mirror of https://github.com/ansible/ansible.git
Use itertools instead of set for tags, as the data may not hash well
The tags field may contain bad data before it is post_validated, however some methods assumed it would be a simple list or string. Using itertools gets us around the problem of the data potentially not being hashable Fixes #9380pull/11414/head
parent
af49944ab2
commit
0eb1c880dd
Loading…
Reference in New Issue