You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/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.
9 years ago
..
cli Revert "Show version without supplying a dummy action" 9 years ago
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. 9 years ago
config Making the switch to v2 10 years ago
errors Default msg param to AnsibleError to avoid serialization problems 9 years ago
executor do_encrypt import needed to move as well 9 years ago
galaxy Prevent traceback. 9 years ago
inventory Allow InventoryScript JSON with childgroups only 9 years ago
module_utils module invocation info depends on verbosity 9 years ago
modules Update submodule refs 9 years ago
new_inventory fix some warning of undefined name. 9 years ago
parsing use integer division instead of floating point division. 9 years ago
playbook Split up comma-separated tags properly 9 years ago
plugins Merge pull request #13751 from bcoca/module_internal_options 9 years ago
template keep string type filters as strings 9 years ago
utils Fix circular import 9 years ago
vars move hostvars.vars to vars 9 years ago
__init__.py Bump version in devel now that stable-2.0 has been branched 9 years ago
constants.py output color is now configurable 9 years ago
test-requirements.txt Making the switch to v2 10 years ago