Remove typo
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
35ec01727f
commit
a9afa51eef
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
||||||
mode: 0755
|
mode: 0755
|
||||||
|
|
||||||
- name: Run the script
|
- name: Run the script
|
||||||
command: /usr/local/bin/debug.py msg '{{ msg | to_json }}'
|
command: /usr/local/bin/debug.py '{{ msg | to_json }}'
|
||||||
register: output
|
register: output
|
||||||
environment:
|
environment:
|
||||||
TEST_VARIABLE: \ó/
|
TEST_VARIABLE: \ó/
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
mode: 0755
|
mode: 0755
|
||||||
|
|
||||||
- name: Run the script
|
- name: Run the script
|
||||||
command: /usr/local/bin/debug.py msg '{{ msg | to_json }}'
|
command: /usr/local/bin/debug.py '{{ msg | to_json }}'
|
||||||
register: output
|
register: output
|
||||||
environment:
|
environment:
|
||||||
TEST_VARIABLE: \ó/
|
TEST_VARIABLE: \ó/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue