community.general/lib/ansible/playbook
James Cammarata 0eb1c880dd 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 #9380
2015-06-27 15:19:44 -04:00
..
role Correctly compile handler blocks for dependent roles 2015-06-23 15:48:48 -04:00
__init__.py Making the switch to v2 2015-05-03 21:47:26 -05:00
attribute.py Allow field attributes which are lists to validate the type of the list items 2015-06-27 01:01:51 -04:00
base.py Use itertools instead of set for tags, as the data may not hash well 2015-06-27 15:19:44 -04:00
become.py removed incorrect assumption on become user being set 2015-06-14 21:05:23 -04:00
block.py Fix parent attribute lookup 2015-06-24 20:57:53 -04:00
conditional.py Make sure the templar is using the right vars when evaluating conditionals 2015-06-17 00:10:11 -04:00
handler.py Making the switch to v2 2015-05-03 21:47:26 -05:00
helpers.py Raise AnsibleParserError instead of AssertionError 2015-06-06 09:16:38 -05:00
included_file.py Moving included file stuff to a proper dedicated class and file (v2) 2015-05-28 23:58:38 -05:00
play.py Don't post_validate vars and vars_files on Play objects 2015-06-22 11:23:23 -04:00
playbook_include.py Fix playbook includes so tags are obeyed (v2) 2015-05-11 12:48:03 -05:00
taggable.py Use itertools instead of set for tags, as the data may not hash well 2015-06-27 15:19:44 -04:00
task.py Don't add module args into variables at all 2015-06-27 01:01:51 -04:00
vars.py Making the switch to v2 2015-05-03 21:47:26 -05:00
vars_file.py Making the switch to v2 2015-05-03 21:47:26 -05:00