ansible/changelogs/fragments/67492-fix-decrypting-str-types-for-plugins.yaml
Sloane Hertel 8eb00dd14c
Fix inline vaults for plugins in ensure_type (#67492)
* Fix implicit string - only looked right because of the vault __repr__
* Add tests for strings and implicit strings
2020-02-25 10:42:31 -05:00

3 lines
139 B
YAML

bugfixes:
- plugins - Allow ensure_type to decrypt the value for string types (and implicit string types) when value is an inline vault.