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/67823-vault-unicode-string.yml

7 lines
361 B
YAML

bugfixes:
- Vault - Make the single vaulted value ``AnsibleVaultEncryptedUnicode`` class
work more like a string by replicating the behavior of ``collections.UserString``
from Python. These changes don't allow it to be considered a string, but
most common python string actions will now work as expected.
(https://github.com/ansible/ansible/pull/67823)