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
Adrian Likins 2b0a7338d4 Handle win style CRLF newlines in vault text (#27590)
When parsing a vaulttext blob, use .splitlines()
instead of split(b'\n') to handle \n newlines and
windows style \r\n (CRLF) new lines.

The vaulttext enevelope at this point is just the header line
and a hexlify()'ed blob, so CRLF is a valid newline here.

Fixes #22914
7 years ago
..
compile Docs how to test (2nd) (#24094) 8 years ago
integration Comment cli provider creds on junos group_vars (#27611) 7 years ago
results Create bot friendly sanity output. (#22381) 8 years ago
runner Add some features to the pylint sanity check 7 years ago
sanity WIP: Replace boilerplate (#27554) 7 years ago
units Handle win style CRLF newlines in vault text (#27590) 7 years ago
utils Optimize running of CI cloud integration tests. 7 years ago