ansible/lib/ansible/galaxy
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
..
data Galaxy 2.0 2015-12-09 10:51:12 -05:00
__init__.py made loading of galaxy data files lazy 2016-01-12 12:25:09 -05:00
api.py Define and handle ignore_certs correctly. Preserve search term order. Tweak to Galaxy docsite. 2015-12-13 05:23:04 -05:00
login.py Galaxy 2.0 2015-12-09 10:51:12 -05:00
role.py Prevent traceback. 2016-01-13 20:50:19 -08:00
token.py Galaxy 2.0 2015-12-09 10:51:12 -05:00