Skip to content

Commit 7f9c339

Browse files
author
Thomas Lejeune
committed
Fix indentation
1 parent 7187365 commit 7f9c339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/install_runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
runner_version: "{{ api_response.json.tag_name | regex_replace('^v', '') }}"
3333
when: runner_version == "latest"
3434

35-
name: Show the runner_version
35+
- name: Show the runner_version
3636
debug:
3737
msg: "runner_version: {{ runner_version }}"
3838

0 commit comments

Comments
 (0)