Skip to content

Instantly share code, notes, and snippets.

@offlinehoster
Created December 20, 2018 22:35
Show Gist options
  • Save offlinehoster/1e524f5e813d2b51b3ee60656327569c to your computer and use it in GitHub Desktop.
Save offlinehoster/1e524f5e813d2b51b3ee60656327569c to your computer and use it in GitHub Desktop.
Ansible 2.7.5
TASK [mail : include_vars] *****************************************************************************
[WARNING]: Failure using method (v2_runner_item_on_failed) in callback plugin
(<ansible.plugins.callback.default.CallbackModule object at 0x7f0ea0ff8d90>): 'ascii' codec can't
decode byte 0xc3 in position 760: ordinal not in range(128)
@offlinehoster
Copy link
Author

wrong:
key: "value "foobar" value"

correct:
key: 'value "foobar" value'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment