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/plugins
Toshio Kuratomi c71ef9e3d7 Fix non-module plugins picking up files that did not end in .py.
This was caused by accessing the cache using the passed in mod_type
rather than the suffix that we calculate with knowledge of whether this
is a module or non-module plugin.
10 years ago
..
action Simplify code a little 10 years ago
cache substitute tilde and env vars before storing C.CACHE_PLUGIN_CONNECTION as instance attribute 10 years ago
callback removed print entries, corrected display calls to match latest devel 10 years ago
connection Docker cp sets file ownership to root:root so we can't use it. 10 years ago
filter Add python3-compat boilerplate to all .py files in lib/ansible 10 years ago
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. 10 years ago
lookup no need to be executable 10 years ago
shell switched to backticks to allow for non bourne shells to work 10 years ago
strategy Fixing a few bugs in the HostVars performance areas 10 years ago
test Revert "success should not include skipped" 10 years ago
vars Making the switch to v2 11 years ago
__init__.py Fix non-module plugins picking up files that did not end in .py. 10 years ago