community.general/lib/ansible/plugins
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
..
action Finish up plugin porting to global display 2015-11-11 10:44:23 -08:00
cache substitute tilde and env vars before storing C.CACHE_PLUGIN_CONNECTION as instance attribute 2015-11-12 16:52:02 +01:00
callback removed print entries, corrected display calls to match latest devel 2015-11-16 11:35:10 -08:00
connection zone connection plugin bugfixes and pipelining and sudo become methods enabled! 2015-11-16 11:14:13 -08:00
filter Add python3-compat boilerplate to all .py files in lib/ansible 2015-10-19 18:36:19 -07:00
inventory 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
lookup no need to be executable 2015-11-16 14:40:35 -08:00
shell switched to backticks to allow for non bourne shells to work 2015-10-29 12:45:53 -04:00
strategy Fix tag filtering on included files and add more debugging 2015-11-16 17:15:52 -05:00
test success should not include skipped 2015-11-14 14:39:42 -08:00
vars Making the switch to v2 2015-05-03 21:47:26 -05:00
__init__.py Catch import warnings in a common location for both get() and all() 2015-11-10 11:25:07 -05:00