ansible/lib/ansible/plugins
Sam Doran 55b401a3e7
pause - ensure control characters are always set appropriately (#74568)
* pause - ensure control characters are always set appropriately

On some systems, curses.tigetstr() returns None, which does not work as a control character.

* Add unit tests

* Sort imports

* Skip on older Python

This is an action plugin and only runs on the controller, so no need to test of Python 2. Making
the import hackery work on Python 2 would required some more work which I am not sure is
worth it since we are moving away from Python 2 support on the controller.

* Make the tests work on Python 2 and 3
2021-05-06 15:09:26 -04:00
..
action pause - ensure control characters are always set appropriately (#74568) 2021-05-06 15:09:26 -04:00
become fix su localization optoin 2021-03-11 11:53:28 -08:00
cache Fix BaseFileCacheModule#keys to respect prefix (#72789) 2021-04-30 15:28:28 -04:00
callback Fix missing delegate display (#74370) 2021-04-28 13:24:38 -04:00
cliconf Migrated to vyos.vyos 2020-03-23 11:14:21 -05:00
connection dont specify default for port, allow ssh/config (#74526) 2021-05-04 11:09:05 -04:00
doc_fragments Fix inventory cache prefix typos (#74523) 2021-05-05 13:27:40 -04:00
filter Case-insensitive set theory filters (#74256) 2021-04-23 12:44:43 -05:00
httpapi Update documentation of httpapi's handle_httperror method for clarity (#70991) 2020-08-03 16:35:00 -04:00
inventory constructed - Add keyed_groups suboptions 'default_value' and 'trailing_separator' (#74005) 2021-04-13 11:59:50 -04:00
lookup Fix sequence lookup message and add tests (#74472) 2021-04-29 15:12:23 -04:00
netconf netconf - handle import error when running in FIPS mode (#73992) 2021-04-19 12:41:55 -04:00
shell Fix various sanity errors in plugins (#71736) 2020-10-06 12:37:16 -04:00
strategy Remove needless get_next_task_for_host calls (#74174) 2021-04-28 13:19:37 +02:00
terminal Document existing ansi_re sequences and add ESC[m (#70683) 2020-07-22 08:56:21 -04:00
test Add semver support to the jinja2 version test (#71600) 2020-09-08 08:52:27 -05:00
vars Fix various sanity errors in plugins (#71736) 2020-10-06 12:37:16 -04:00
__init__.py All lookups ported to config system (#74108) 2021-04-13 15:52:42 -04:00
loader.py Fix a bug adding unrelated candidates to the plugin loader redirect_list (#73863) 2021-03-18 17:53:57 -04:00