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/changelogs/fragments/79017-ansible-vault-string-...

7 lines
429 B
YAML

bugfixes:
- >-
ansible-vault encrypt_string - started appending a line feed at the end of the encrypted string output. Missing newline
character caused problems identifying where the string ends in some shells (like bash) or accidentally copying an
extra trailing terminator symbol (e.g., zsh prints out a ``%`` sign to signal where the original output stops)
(https://github.com/ansible/ansible/issues/78932).