community.general/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.
2015-10-03 18:07:27 -07:00
..
action Since Connection.execute_command() returns bytes, deal with the repurcussions here. 2015-10-02 12:39:36 -07:00
cache fixed error reporting when missing redis import 2015-10-01 18:49:51 -04:00
callback Show more info in the minimal callback for unreachable hosts 2015-10-03 01:41:57 -04:00
connection Quote any file paths that we have to use with dd to copy. 2015-10-03 18:07:27 -07:00
filter Resurrection of the comment filter 2015-09-10 14:37:42 +02:00
inventory Remove unused (copied) _before_comment method 2015-08-21 06:58:23 +05:30
lookup Merge pull request #12538 from yesbox/url_lookup_plugin_httperror_fix 2015-10-02 21:30:16 -04:00
shell FIx typo arg_path (not plural) 2015-10-02 19:55:32 -07:00
strategy Pull host/group vars when adding hosts/groups 2015-10-02 02:47:09 -04:00
test moved mandatory back to filters as it does not always return a boolean, it does an exception on failure 2015-08-21 09:54:56 -04:00
vars Making the switch to v2 2015-05-03 21:47:26 -05:00
__init__.py Fix for user defined modules not overriding modules from core. 2015-09-22 09:07:37 -07:00