Fix typo and drop passing a variable when it's not needed
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
e803bad648
commit
58cc15889a
3 changed files with 3 additions and 3 deletions
|
@ -10,5 +10,5 @@
|
|||
- debug: var=msg
|
||||
|
||||
roles:
|
||||
- {role: flag_ci_pr, msg: msg, state: "running", seed_flag_ci_pr: seed_flag_ci_pr}
|
||||
- {role: flag_ci_pr, msg: msg, state: "running"}
|
||||
|
||||
|
|
|
@ -10,5 +10,5 @@
|
|||
- debug: var=msg
|
||||
|
||||
roles:
|
||||
- {role: flag_ci_pr, msg: msg, state: "running", seed_flag_ci_pr: seed_flag_ci_pr}
|
||||
- {role: flag_ci_pr, msg: msg, state: "running"}
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
mode: 0755
|
||||
|
||||
- name: Run the script
|
||||
command: /usr/local/bin/flag_ci_pr.py {{ msg | to_json | quote }} {{ state | quote }} {{ seed_flag_pr_ci | quote }}
|
||||
command: /usr/local/bin/flag_ci_pr.py {{ msg | to_json | quote }} {{ state | quote }} {{ seed_flag_ci_pr | quote }}
|
||||
register: output
|
||||
environment:
|
||||
API_TOKEN: "{{ api_token_flag_pr_ci }}"
|
||||
|
|
Reference in a new issue