community.general/lib/ansible/cli
Abhijit Menon-Sen 0bb34fd076 Make «ansible-vault view» not write plaintext to a tempfile
CLI already provides a pager() method that feeds $PAGER on stdin, so we
just feed that the plaintext from the vault file. We can also eliminate
the redundant and now-unused shell_pager_command method in VaultEditor.
2015-09-30 22:13:36 +05:30
..
__init__.py Starting to add additional unit tests for VariableManager 2015-09-04 16:41:38 -04:00
adhoc.py Another fix for --limit in adhoc 2015-09-28 10:39:33 -04:00
doc.py Fix option descriptions in ansible-doc output 2015-09-22 10:00:33 +03:00
galaxy.py bugfix: use correct close calls 2015-09-28 23:33:32 -04:00
playbook.py Starting to add additional unit tests for VariableManager 2015-09-04 16:41:38 -04:00
pull.py Use 'except ... as' syntax 2015-08-27 22:15:04 +03:00
vault.py Make «ansible-vault view» not write plaintext to a tempfile 2015-09-30 22:13:36 +05:30