ansible/lib/ansible
Sam Doran 4b8cb6582b
pause - do not hang if run in the background (#72065)
* Consolidate logic for determining whether or not session is interactive
  into a single function, is_interactive()
* Increase test coverage

I wasn't able to find a good way of simulating running a backgrounded test with CI since the
whole test is essentially run not in a TTY, which is similar enough to cause the new is_interactive()
function to always return false.
2020-11-12 12:22:57 -05:00
..
_vendor transparent downstream vendoring (#69850) 2020-06-15 16:22:25 -07:00
cli Added caching mechanism for Galaxy API requests (#71904) 2020-11-10 06:50:32 +10:00
collections avoid fatal exception on invalid collection name (#72296) 2020-11-10 11:46:15 -05:00
compat Updated bundled libraries (#70418) 2020-07-02 12:39:00 -05:00
config Clarify collection paths in docs (#72510) 2020-11-10 16:19:43 -06:00
errors Make filter type errors 'loop friendly' (#70417) 2020-07-10 18:49:57 -04:00
executor Add verbose log for network action handler information 2020-11-05 11:11:22 -08:00
galaxy Added caching mechanism for Galaxy API requests (#71904) 2020-11-10 06:50:32 +10:00
inventory don't set warn = True, it will be overwritten in the next line (#71682) 2020-09-12 02:58:09 -05:00
module_utils Fix AIX networks facts when nestat is either missing or has incorrect permissions (#72516) 2020-11-10 10:07:28 -05:00
modules add return documentation for unarchive. (#72546) 2020-11-10 16:27:39 -06:00
parsing allow any type of unsafe data (#72547) 2020-11-10 10:48:20 -05:00
playbook Fix task get_name to always prepend the role name (#72511) 2020-11-06 11:46:58 -05:00
plugins pause - do not hang if run in the background (#72065) 2020-11-12 12:22:57 -05:00
template rethink wording (#70028) 2020-10-30 17:13:12 -04:00
utils show keyword documentation in ansible-doc (#72476) 2020-11-09 09:55:17 -05:00
vars Fix missing ansible.builtin FQCNs in hardcoded action names (#71824) 2020-11-03 08:51:31 -05:00
__init__.py transparent downstream vendoring (#69850) 2020-06-15 16:22:25 -07:00
constants.py Replace some more FQCNs. 2020-11-05 12:19:08 -08:00
context.py
keyword_desc.yml show keyword documentation in ansible-doc (#72476) 2020-11-09 09:55:17 -05:00
release.py Bump devel to 2.11.0 (#70121) 2020-06-17 14:22:38 -05:00