Fix variable names

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2018-08-10 11:36:25 +02:00
parent 1a7af99d96
commit 8d31e7aaf3

View file

@ -13,8 +13,8 @@
command: /usr/local/bin/flag_ci_pr.py '{{ msg | to_json }}' command: /usr/local/bin/flag_ci_pr.py '{{ msg | to_json }}'
register: output register: output
environment: environment:
API_TOKEN: "{{ api_token_flag_pr_build }}" API_TOKEN: "{{ api_token_flag_pr_ci }}"
API_TOKEN_STG: "{{ api_token_flag_pr_build_stg }}" API_TOKEN_STG: "{{ api_token_flag_pr_ci_stg }}"
- name: Show the output of the script - name: Show the output of the script
debug: debug: