1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/parsing
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
..
utils Allow hexadecimal ranges in IPv6 addresses, not only 0-9 2015-09-17 23:32:58 +05:30
vault Make «ansible-vault view» not write plaintext to a tempfile 2015-09-30 22:13:36 +05:30
yaml Python 3: use the right PyYAML SafeRepresenter for unicode 2015-09-10 08:57:53 +03:00
__init__.py Move is_executable to the toplevel of basic.py so we can utilize it from other code 2015-09-25 07:48:57 -07:00
mod_args.py Detect if core modules aren't installed and warn if that is the case 2015-09-21 12:31:51 -07:00
splitter.py Remove octal escapes from unicode escape handling 2015-07-25 16:30:11 -04:00