mirror of https://github.com/ansible/ansible.git
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 stringspull/67744/head
parent
b950d18912
commit
8eb00dd14c
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- plugins - Allow ensure_type to decrypt the value for string types (and implicit string types) when value is an inline vault.
|
Loading…
Reference in New Issue