ansible/changelogs/fragments/73456-let-vault-lookup-output-string.yml
Alexander Sowitzki d0fda3e901
Let vault lookup output unicode string. (#73571)
Until now, the lookup plugin returned a byte string.
Changed this to output a unicode string instead.
2021-02-11 14:27:47 -05:00

2 lines
91 B
YAML

bugfixes:
- the unvault lookup plugin returned a byte string. Now returns a real string.