1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible
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
..
cli fixed usage text 2015-10-03 12:02:51 -04:00
compat Making the switch to v2 2015-05-03 21:47:26 -05:00
config Making the switch to v2 2015-05-03 21:47:26 -05:00
errors Making the switch to v2 2015-05-03 21:47:26 -05:00
executor corrected no_log for items and skipped tasks 2015-10-02 14:35:33 -04:00
galaxy Fix metadata description for galaxy_tags. 2015-09-30 13:36:28 -04:00
inventory Pull host/group vars when adding hosts/groups 2015-10-02 02:47:09 -04:00
module_utils created debug method, renamed debug attribute to _debug 2015-10-01 10:17:41 -04:00
modules Update core sumodule ref to fix docs 2015-10-02 09:22:43 -07:00
new_inventory Making the switch to v2 2015-05-03 21:47:26 -05:00
parsing fixed error reporting on splitter 2015-10-01 19:03:04 -04:00
playbook Aggregate ssh arguments in PlayContext instead of the connection plugin 2015-10-02 21:26:25 +05:30
plugins Quote any file paths that we have to use with dd to copy. 2015-10-03 18:07:27 -07:00
template Python 3: the StringIO module is gone 2015-09-28 09:28:53 +03:00
utils Fix syntax error for octal in encrypt methods 2015-10-02 02:27:57 -04:00
vars Use delegated_to field for play context remote_addr, if none other exists 2015-09-30 09:27:29 -04:00
__init__.py Re-adding submodules after moving things around 2015-05-03 22:30:51 -05:00
constants.py Set explicit default for ANSIBLE_SSH_ARGS 2015-10-02 21:26:25 +05:30
test-requirements.txt Making the switch to v2 2015-05-03 21:47:26 -05:00