ansible/lib/ansible/playbook
James Cammarata 984729016e Fix tag filtering on included files and add more debugging
Previously, we were filtering the task list on tags for each host
that was including the file, based on the idea that the variables
had to include the host information. However, the top level task
filtering is play-context only, which should also apply to the
included tasks. Tags cannot and should not be based on hostvars.
2015-11-16 17:15:52 -05:00
..
role Finish up plugin porting to global display 2015-11-11 10:44:23 -08:00
__init__.py Break apart a looped dependency to show a warning when parsing playbooks 2015-10-27 12:39:42 -07:00
attribute.py Use rich comparisons for Attribute and FieldAttribute 2015-09-02 12:33:42 +03:00
base.py Move the rest of the playbook code to use global display 2015-11-11 10:44:22 -08:00
become.py Finish up plugin porting to global display 2015-11-11 10:44:23 -08:00
block.py fixed var name typo 2015-11-15 08:43:42 -08:00
conditional.py Bundle a new version of python-six for compatibility along with some code to make it easy for distributions to override the bunndled copy if they have a new enough version. 2015-10-16 08:21:28 -07:00
handler.py Making the switch to v2 2015-05-03 21:47:26 -05:00
helpers.py Improve error catching from malformed playbook data 2015-09-23 08:56:36 -04:00
included_file.py Fix tag filtering on included files and add more debugging 2015-11-16 17:15:52 -05:00
play.py Finish up plugin porting to global display 2015-11-11 10:44:23 -08:00
play_context.py Finish up plugin porting to global display 2015-11-11 10:44:23 -08:00
playbook_include.py Cleaning up FIXMEs 2015-10-22 16:03:50 -04:00
taggable.py Bundle a new version of python-six for compatibility along with some code to make it easy for distributions to override the bunndled copy if they have a new enough version. 2015-10-16 08:21:28 -07:00
task.py Finish up plugin porting to global display 2015-11-11 10:44:23 -08: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