community.general/lib/ansible
Marius Gedminas 9cdb6ebae3 Python 3: there is no 'basestring'
This fixes a failing unit test.

In actual use (which is still quite far), I'm not sure if bytes ->
unicode conversion should be done here (in which case the code will fail
with an AttributeError: 'bytes' object has no attribute 'readlines'), or
inside self._connection.exec_command() (in which case my change is
correct).
2015-09-21 08:48:59 +03:00
..
cli Fix galaxy install dep failure 2015-09-15 17:31:47 -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 Add play context vars to list of variables before post validation 2015-09-19 21:51:24 -04:00
galaxy Fix typo in ansible module_utils import from galaxy code 2015-09-17 14:25:48 -04:00
inventory Use dict.get() 2015-09-20 22:54:02 -03:00
module_utils added new module object to vca 2015-09-18 13:45:37 -04:00
modules Update the submodule pointers 2015-09-18 04:49:30 -07:00
new_inventory Making the switch to v2 2015-05-03 21:47:26 -05:00
parsing Allow hexadecimal ranges in IPv6 addresses, not only 0-9 2015-09-17 23:32:58 +05:30
playbook Merge pull request #12432 from mgedmin/py3k 2015-09-18 15:33:08 -04:00
plugins Python 3: there is no 'basestring' 2015-09-21 08:48:59 +03:00
template Fix safe_eval() of set literals 2015-09-11 09:41:05 +03:00
utils Remove custom json encoder cleaner and strip proxy var stuff out before encoding 2015-09-17 16:04:47 -04:00
vars Refactoring delegate_to code 2015-09-18 15:25:10 -04:00
__init__.py Re-adding submodules after moving things around 2015-05-03 22:30:51 -05:00
constants.py Ported over #7158 to support SELinux context switches. 2015-09-17 15:03:46 +02:00
test-requirements.txt Making the switch to v2 2015-05-03 21:47:26 -05:00