1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible
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
..
cli Finish up plugin porting to global display 2015-11-11 10:44:23 -08:00
compat 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
config Making the switch to v2 2015-05-03 21:47:26 -05:00
errors Clean up a few more pyflakes warnings 2015-10-19 11:20:21 -07:00
executor Performance improvements for HostVars and some bugfixes 2015-11-16 17:15:52 -05:00
galaxy Fix traceback because we're using display from another object that no 2015-11-11 12:19:00 -08:00
inventory fix for dynamic (add_host) hosts not available in hostvars 2015-11-16 10:53:10 -08:00
module_utils Merge pull request #13053 from Etherdaemon/fix_13010_boto3_aws_profile 2015-11-16 09:46:26 -08:00
modules Version bump for new beta 2.0.0-0.5.beta3 2015-11-13 16:48:25 -05:00
new_inventory fix some warning of undefined name. 2015-10-09 12:43:42 +08:00
parsing Fix typo 2015-11-03 10:57:48 +05:30
playbook Fix tag filtering on included files and add more debugging 2015-11-16 17:15:52 -05:00
plugins Fix tag filtering on included files and add more debugging 2015-11-16 17:15:52 -05:00
template New parameter for template method. 2015-11-10 07:19:19 +01:00
utils Finish up plugin porting to global display 2015-11-11 10:44:23 -08:00
vars Performance improvements for HostVars and some bugfixes 2015-11-16 17:15:52 -05:00
__init__.py Add python3-compat boilerplate to all .py files in lib/ansible 2015-10-19 18:36:19 -07:00
constants.py Add variable compression option 2015-11-05 16:22:37 -05:00
test-requirements.txt Making the switch to v2 2015-05-03 21:47:26 -05:00