ansible/lib/ansible/executor
Eitan Adler 063a9dd911 Reduce noise in warnings from ansible (#40754)
When python is compiled in debug mode, or certain command line flags are
passed, python issues helpful warnings to let users know of files opened
by not closed.

This can be fairly spammy on an ansible run.  This change reduces the
number of such warnings by a factor of 10.
2018-10-09 18:53:03 -04:00
..
powershell win_exec: refactor PS exec runner (#45334) 2018-10-02 15:55:53 -07:00
process Remove unused rslt_q, rename the one queue to final_q everywhere (#43894) 2018-08-13 13:43:28 -05:00
__init__.py
action_write_locks.py
module_common.py Reduce noise in warnings from ansible (#40754) 2018-10-09 18:53:03 -04:00
play_iterator.py
playbook_executor.py Only template values in vars_prompt rather than all vars (#39304) 2018-08-13 12:54:31 -04:00
stats.py Python 3.8 collections compatibility fixes. 2018-10-08 11:26:37 -07:00
task_executor.py Add configuration to override location of ansible-connection (#46128) 2018-10-01 14:29:59 -04:00
task_queue_manager.py Remove unused rslt_q, rename the one queue to final_q everywhere (#43894) 2018-08-13 13:43:28 -05:00
task_result.py fix tempating issues with no_log and loops (#44468) 2018-08-21 21:53:56 -04:00