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/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.
10 years ago
..
__init__.py Starting to add additional unit tests for VariableManager 10 years ago
adhoc.py Another fix for --limit in adhoc 10 years ago
doc.py Fix option descriptions in ansible-doc output 10 years ago
galaxy.py bugfix: use correct close calls 10 years ago
playbook.py Starting to add additional unit tests for VariableManager 10 years ago
pull.py Use 'except ... as' syntax 10 years ago
vault.py Make «ansible-vault view» not write plaintext to a tempfile 10 years ago