Created
December 20, 2018 22:35
-
-
Save offlinehoster/1e524f5e813d2b51b3ee60656327569c to your computer and use it in GitHub Desktop.
Ansible 2.7.5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
wrong:
key: "value "foobar" value"
correct:
key: 'value "foobar" value'