Try another syntax
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
55563f5395
commit
12c91d9e7f
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
command: /usr/local/bin/debug.py '{{ msg | to_json }}'
|
command: /usr/local/bin/debug.py '{{ msg | to_json }}'
|
||||||
register: output
|
register: output
|
||||||
environment:
|
environment:
|
||||||
TEST_VARIABLE: {{ debug_token }} + '\ó/'
|
TEST_VARIABLE: {{ debug_token + '\ó/' }}
|
||||||
|
|
||||||
- name: Show the output of the script
|
- name: Show the output of the script
|
||||||
debug:
|
debug:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue