community.general/lib/ansible/plugins
Ganesh Nalawade 7563d93901 Add nxos changes for Python3 (#24602)
* Add nxos changes for Python3

Make `execute_command` arguments and its
return value complaint to PY3 changes
made in PR #24431

* Fix CI issues

* Fix review comment

Replace surrogate_or_strict with
surrogate_then_replace as per review
comment os PR #24601
2017-05-20 01:45:53 +05:30
..
action Make host required field and minor refactor (#24534) 2017-05-19 10:37:01 -06:00
cache Be explicit about pickle protocol and encoding (#24454) 2017-05-12 18:04:48 -07:00
callback Fixed import of urlencode and pathname2url from urllib for python3 (#24424) 2017-05-19 12:22:16 -05:00
connection Convert some more base64 strings to text for winrm, to support async and become (#24796) 2017-05-18 16:06:51 -07:00
filter Add a new filter: strftime. Use the well known function to format a date output. (#23832) 2017-04-21 11:48:45 -07:00
lookup Optionally return raw data from URL lookup using split_lines=False 2017-05-12 11:02:49 -04:00
shell improve become_method: runas error handling (#23328) 2017-04-06 01:34:30 -07:00
strategy Also check the iterator for failed host status in linear strategy 2017-05-17 13:41:29 -05:00
terminal Add nxos changes for Python3 (#24602) 2017-05-20 01:45:53 +05:30
test Migrate most uses of if type() to if isinstance() 2017-04-04 08:17:20 -07:00
vars
__init__.py Graceful error message for abstract base classes in PluginLoader 2017-02-22 10:27:29 -05:00