community.general/lib/ansible
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
..
cli Python 3.8 collections compatibility fixes. 2018-10-08 11:26:37 -07:00
compat Python 3.8 collections compatibility fixes. 2018-10-08 11:26:37 -07:00
config Add configuration to override location of ansible-connection (#46128) 2018-10-01 14:29:59 -04:00
errors Python 3.8 collections compatibility fixes. 2018-10-08 11:26:37 -07:00
executor Reduce noise in warnings from ansible (#40754) 2018-10-09 18:53:03 -04:00
galaxy Link to the Galaxy platforms list from the meta file template (#34046) 2018-09-17 13:39:54 -05:00
inventory
module_utils Python 3.8 collections compatibility fixes. 2018-10-08 11:26:37 -07:00
modules ovirt_storage_domain: Fix error message formating (#46678) 2018-10-09 10:01:05 -04:00
parsing Reduce noise in warnings from ansible (#40754) 2018-10-09 18:53:03 -04:00
playbook Python 3.8 collections compatibility fixes. 2018-10-08 11:26:37 -07:00
plugins Add a Linode v4 dynamic inventory plugin. (#45902) 2018-10-09 12:54:31 +01:00
template Python 3.8 collections compatibility fixes. 2018-10-08 11:26:37 -07:00
utils Python 3.8 collections compatibility fixes. 2018-10-08 11:26:37 -07:00
vars Python 3.8 collections compatibility fixes. 2018-10-08 11:26:37 -07:00
__init__.py
constants.py
release.py