community.general/lib/ansible/plugins
Toshio Kuratomi 5ceabe939d Fix the pause module for python3
* On python3, stdin goes through a buffer that translates from raw bytes
  to text.  this interferes with pause as it (1) performs universal
  newline conversion and therefore '\r' is turned into '\n' and (2) the
  buffering prevents us from getting the typed characters immediately
  (possibly a python3 bug?)  Using the raw byte stream that's behind the
  text decoder fixes these problems.

Unrelated cleanups:
* Use to_text instead of str for conversion into strings to avoid possible tracebacks
* Use either \r or \n as the end of a line.

Fixes #26278
Resolves #26446
2017-07-06 19:21:42 -07:00
..
action Fix the pause module for python3 2017-07-06 19:21:42 -07:00
cache Fix redis cache for python3 2017-06-13 09:50:46 -04:00
callback Misc typo for Ansible 2017-06-21 11:19:41 -04:00
cliconf Add support for cliconf and netconf plugin (#25093) 2017-06-06 13:56:25 +05:30
connection removed logger from paramiko 2017-07-05 18:09:40 -04:00
filter better backwards compat handling of status 2017-07-05 21:44:00 -04:00
inventory adjust script caching to processed data 2017-06-20 14:27:53 -04:00
lookup Do not escape backslashes when using the template lookup plugin 2017-07-05 16:39:20 -07:00
netconf Add support for netconf network discovery (#25435) 2017-06-28 11:07:38 +05:30
shell converted become runas to explicit CreateProcessWithLogonW (#26378) 2017-07-03 17:46:27 -07:00
strategy Fix error with `meta: clear_facts` (#26406) 2017-07-05 19:20:18 -04:00
terminal Adding stderr regex catch for iosxr commit failures. Adding error handling after executing commit command. (#26462) 2017-07-06 09:19:24 +05:30
test better backwards compat handling of status 2017-07-05 21:44:00 -04:00
vars ensure proper typing of path, cause py3 listdir 2017-06-19 16:35:50 -04:00
__init__.py Revert "Add log_only to debug messages (#25545)" 2017-06-13 09:29:18 -04:00