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 10a4a4e986 Quote any file paths that we have to use with dd to copy.
This is because we pass the whole dd command string into the shell
that's running on the contained environment rather than running it
directly from python via subprocess without a shell.
9 years ago
..
action Since Connection.execute_command() returns bytes, deal with the repurcussions here. 9 years ago
cache fixed error reporting when missing redis import 9 years ago
callback Show more info in the minimal callback for unreachable hosts 9 years ago
connection Quote any file paths that we have to use with dd to copy. 9 years ago
filter Resurrection of the comment filter 9 years ago
inventory Remove unused (copied) _before_comment method 9 years ago
lookup Merge pull request #12538 from yesbox/url_lookup_plugin_httperror_fix 9 years ago
shell FIx typo arg_path (not plural) 9 years ago
strategy Pull host/group vars when adding hosts/groups 9 years ago
test moved mandatory back to filters as it does not always return a boolean, it does an exception on failure 9 years ago
vars Making the switch to v2 10 years ago
__init__.py Fix for user defined modules not overriding modules from core. 9 years ago