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/parsing
Sven Wegener 08cc6edc64
vault: Read stdin data as binary on python3 (#52229)
On python3 sys.stdin is an encoded file object that does not support
reading raw binary data. Use the supplied buffer object to do so.

Signed-off-by: Sven Wegener <sven.wegener@inovex.de>

Co-authored-by: Sven Wegener <sven.wegener@inovex.de>
4 years ago
..
utils Add more include and yaml parsing tests (#70506) 4 years ago
vault vault: Read stdin data as binary on python3 (#52229) 4 years ago
yaml Provide better decryption errors for single vault values (#72362) 4 years ago
__init__.py Fix typo in lib/ansible/parsing/__init__.py (#16761) 8 years ago
ajson.py Properly JSON encode AnsibleUnsafe, using a pre-processor (#60602) 5 years ago
dataloader.py Rewrite _is_role and remove incidental_flatpak_remote (#72105) 4 years ago
mod_args.py Fix missing ansible.builtin FQCNs in hardcoded action names (#71824) 4 years ago
plugin_docs.py Plugin/module docs: parse return values, add collection names in them (version_added_collection), and format them nicely in ansible-doc (#69796) 4 years ago
quoting.py ansible/parsing: PEP8 compliancy (#24701) 7 years ago
splitter.py core: Handle empty extra vars in cli (#61831) 5 years ago