1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible
Toshio Kuratomi b1a56051bd Prevent traceback.
https://github.com/ansible/ansible/issues/13743#issuecomment-171520585

In some circumstance, the file fails to open.  When that occurs, we
can't try to close it in the finally clause.  Using a context manager is
the cleanest way to change the code to account for that case.
2016-01-13 20:50:19 -08:00
..
cli Revert "Show version without supplying a dummy action" 2016-01-07 08:28:18 -05:00
compat Bundle a new version of python-six for compatibility along with some code to make it easy for distributions to override the bunndled copy if they have a new enough version. 2015-10-16 08:21:28 -07:00
config Making the switch to v2 2015-05-03 21:47:26 -05:00
errors Default msg param to AnsibleError to avoid serialization problems 2015-12-02 14:16:47 -05:00
executor do_encrypt import needed to move as well 2016-01-13 13:08:33 -08:00
galaxy Prevent traceback. 2016-01-13 20:50:19 -08:00
inventory Allow InventoryScript JSON with childgroups only 2016-01-08 13:52:44 +01:00
module_utils module invocation info depends on verbosity 2016-01-13 18:06:55 -05:00
modules Update submodule refs 2016-01-13 20:07:04 -08:00
new_inventory fix some warning of undefined name. 2015-10-09 12:43:42 +08:00
parsing use integer division instead of floating point division. 2016-01-13 12:35:28 -08:00
playbook Split up comma-separated tags properly 2016-01-12 08:18:06 -05:00
plugins Merge pull request #13751 from bcoca/module_internal_options 2016-01-12 11:49:48 -05:00
template keep string type filters as strings 2015-12-08 12:52:20 -08:00
utils Fix circular import 2016-01-13 14:04:56 -08:00
vars move hostvars.vars to vars 2015-12-22 00:24:35 -05:00
__init__.py Bump version in devel now that stable-2.0 has been branched 2015-12-02 17:57:53 +05:30
constants.py output color is now configurable 2015-12-29 17:40:47 -05:00
test-requirements.txt Making the switch to v2 2015-05-03 21:47:26 -05:00