Give up on the string concatenation

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2018-08-08 15:40:26 +02:00
parent af83779379
commit 9f3ef7a149

View file

@ -8,7 +8,7 @@
command: /usr/local/bin/debug.py '{{ msg | to_json }}'
register: output
environment:
TEST_VARIABLE: "{{ debug_token }} + '\ó/'"
TEST_VARIABLE: "{{ debug_token }}"
- name: Show the output of the script
debug: