community.general/lib/ansible/cli
Marius Gedminas 0c6ce31f76 Use 'except ... as' syntax
This syntax works on Python 2.6 through 3.x.  lib/ansible/module_utils
(and lib/ansible/modules) need to support Python 2.4, so I didn't touch
those.
2015-08-27 22:15:04 +03:00
..
__init__.py Implement cat-like filtering behaviour for encrypt/decrypt 2015-08-27 22:04:18 +05:30
adhoc.py pushed module_loader to task_queue_manager so all cli's can benefit from it 2015-08-25 18:14:03 -04:00
doc.py Use 'except ... as' syntax 2015-08-27 22:15:04 +03:00
galaxy.py now output works for both search and info 2015-08-22 02:42:21 -04:00
playbook.py pushed module_loader to task_queue_manager so all cli's can benefit from it 2015-08-25 18:14:03 -04:00
pull.py Use 'except ... as' syntax 2015-08-27 22:15:04 +03:00
vault.py More helpful prompts from ansible-vault encrypt/decrypt 2015-08-27 22:04:18 +05:30