ansible/lib/ansible
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
..
_vendor Rename to ansible-core (#72594) 2020-11-13 15:42:10 -06:00
cli ansible-inventory: Handle exception in toml parsing (#74486) 2021-05-05 14:12:52 +05:30
collections saner path dir management (#72648) 2020-12-14 19:30:13 -05:00
compat Updated bundled libraries (#70418) 2020-07-02 12:39:00 -05:00
config Fix inventory cache prefix typos (#74523) 2021-05-05 13:27:40 -04:00
errors Correctly set path and fullpath for template vars (#73924) 2021-03-26 16:33:25 -04:00
executor interpreter_discovery: Hide warning in auto_silent (#74509) 2021-05-04 12:01:49 -04:00
galaxy Abstract away libyaml details into yaml utils (#72607) 2021-04-21 16:47:03 -05:00
inventory inventory: misc typo fixes (#73695) 2021-02-23 10:42:20 -05:00
module_utils facts - set correct OS family for Rocky Linux (#74530) 2021-05-04 10:14:13 -04:00
modules systemd doc update (#74442) 2021-05-06 09:49:42 +05:30
parsing Abstract away libyaml details into yaml utils (#72607) 2021-04-21 16:47:03 -05:00
playbook Only check if play.hosts is a template when the play hasn't been finalized (#73941) 2021-04-19 13:03:40 -04:00
plugins pause - ensure control characters are always set appropriately (#74568) 2021-05-06 15:09:26 -04:00
template Templar: remove _fail_on_{lookup,filter}_errors (#73785) 2021-04-28 17:49:16 +02:00
utils Add comments to keep collection loader in sync. 2021-04-28 17:45:42 -07:00
vars Only check if play.hosts is a template when the play hasn't been finalized (#73941) 2021-04-19 13:03:40 -04:00
__init__.py transparent downstream vendoring (#69850) 2020-06-15 16:22:25 -07:00
constants.py force version on deprecation (#74338) 2021-04-26 13:02:00 -04:00
context.py
keyword_desc.yml Document and warn when max_fail and free are used (#72616) 2020-11-17 10:11:15 -05:00
release.py prep for 2.12 version bump (#74126) 2021-04-05 16:56:53 -05:00