community.general/lib/ansible/playbook
Toshio Kuratomi f8e4aff4c1 Cleanups:
* Don't reference __class__ when we can use the instance itself
* use isdisjoint() as it can stop once a match is found
* Remove a condtional that was taken care of in the conditonal just above
2015-07-23 12:13:45 -07:00
..
role Also check the play basedir for the role 2015-07-20 14:47:38 -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 Fix environment setting and inheritence 2015-07-21 13:57:30 -04:00
become.py removed incorrect assumption on become user being set 2015-06-14 21:05:23 -04:00
block.py Fix handler flushing to match how v1 worked 2015-07-22 11:21:38 -04:00
conditional.py Handle getting the ds for Conditionals which may not be mixed in 2015-06-28 00:30:27 -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 Fixing includes where the included file is "{{item}}" 2015-07-06 14:30:56 -04:00
play.py Fix handler flushing to match how v1 worked 2015-07-22 11:21:38 -04:00
play_context.py Fix a couple start-at-task issues 2015-07-22 07:45:03 -04:00
playbook_include.py Make sure tags are pulled out of playbook includes properly 2015-06-30 16:09:04 -04:00
taggable.py Cleanups: 2015-07-23 12:13:45 -07:00
task.py Make sure role name doesn't end up in task name more than once 2015-07-22 07:28:25 -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