mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-16 06:24:54 +00:00
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 |
||
|---|---|---|
| .. | ||
| compile | ||
| integration | ||
| results | ||
| runner | ||
| sanity | ||
| units | ||
| utils | ||