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
Gaurav Jain 6c107258fa Fix rsync connections to IPv6 addresses
Similar to https://github.com/ansible/ansible/pull/11816 we can unconditionally
wrap the host address in square brackets. This is required by rsync for IPv6
addresses.
2015-09-06 22:20:45 -07:00
..
cli Starting to add additional unit tests for VariableManager 2015-09-04 16:41:38 -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 remove closing connections after every task, this goes against conneciton caching and was not expected behaviuor nor inhertited from v1 2015-09-04 10:36:15 -04:00
galaxy Python 3: avoid iteritems() in a template 2015-09-03 10:11:32 +03:00
inventory Starting to add additional unit tests for VariableManager 2015-09-04 16:41:38 -04:00
module_utils Adds utf-8 encoding to f5 module_utils 2015-09-01 08:10:23 -07:00
modules update submodule refs for documentation formatting 2015-09-05 08:56:15 -07:00
new_inventory Making the switch to v2 2015-05-03 21:47:26 -05:00
parsing Starting to add additional unit tests for VariableManager 2015-09-04 16:41:38 -04:00
playbook simplify become testing and handling, we had drifted and were doulbe checking prompt, become and become_pass 2015-09-04 10:36:16 -04:00
plugins Fix rsync connections to IPv6 addresses 2015-09-06 22:20:45 -07:00
template Use proxy class to mark variables unsafe for templating 2015-09-04 16:38:06 -04:00
utils Starting to add additional unit tests for VariableManager 2015-09-04 16:41:38 -04:00
vars Starting to add additional unit tests for VariableManager 2015-09-04 16:41:38 -04:00
__init__.py Re-adding submodules after moving things around 2015-05-03 22:30:51 -05:00
constants.py actually implemented flags correctly for all priv escalation methods 2015-09-02 11:31:39 -04:00
test-requirements.txt Making the switch to v2 2015-05-03 21:47:26 -05:00