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/test
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>
5 years ago
..
ansible_test Relocate ansible-test self tests outside package. (#61255) 6 years ago
integration Fix fileglob parameter order bug (#72879) 5 years ago
lib/ansible_test Address additional ansible_core rename issues (#72906) 5 years ago
sanity The implicit default for type=bool options is not 'false', but 'none' (#72699) 5 years ago
support Various intentional tests (#72485) 5 years ago
units vault: Read stdin data as binary on python3 (#52229) 5 years ago
utils/shippable [devel] Azure Pipelines configuration. 5 years ago