You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/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.
10 years ago
..
cli Finish up plugin porting to global display 10 years ago
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. 10 years ago
config Making the switch to v2 11 years ago
errors Clean up a few more pyflakes warnings 10 years ago
executor Performance improvements for HostVars and some bugfixes 10 years ago
galaxy Fix traceback because we're using display from another object that no 10 years ago
inventory fix for dynamic (add_host) hosts not available in hostvars 10 years ago
module_utils Merge pull request #13053 from Etherdaemon/fix_13010_boto3_aws_profile 10 years ago
modules Version bump for new beta 2.0.0-0.5.beta3 10 years ago
new_inventory fix some warning of undefined name. 10 years ago
parsing Fix typo 10 years ago
playbook Fix tag filtering on included files and add more debugging 10 years ago
plugins Fix tag filtering on included files and add more debugging 10 years ago
template New parameter for template method. 10 years ago
utils Finish up plugin porting to global display 10 years ago
vars Performance improvements for HostVars and some bugfixes 10 years ago
__init__.py Add python3-compat boilerplate to all .py files in lib/ansible 10 years ago
constants.py Add variable compression option 10 years ago
test-requirements.txt Making the switch to v2 11 years ago