Files
community.general/lib/ansible/plugins/action
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
..
2015-09-21 08:48:59 +03:00
2015-09-15 20:11:14 +02:00
2015-05-03 21:47:26 -05:00
2015-05-03 21:47:26 -05:00
2015-08-27 22:15:56 +03:00
2015-09-14 23:21:03 -04:00
2015-08-28 15:45:49 -04:00