I\'m trying to understand how to encrypt single variables with vault. First I encrypt the string with ansible-vault encrypt_string -n -p
, then I write the outpu
Double-quotes could explain this error but not for me. Look at the entire error/warning to see what is attempting to parse json. In my case....
[WARNING]: Failure using method (v2_runner_on_ok) in callback plugin (): u'secret_value' is not JSON serializable
An older AWX callback plugin called json.load and logged a warning along with secrets in plain text. It needed an upgrade.