We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7187365 commit 7f9c339Copy full SHA for 7f9c339
tasks/install_runner.yml
@@ -32,7 +32,7 @@
32
runner_version: "{{ api_response.json.tag_name | regex_replace('^v', '') }}"
33
when: runner_version == "latest"
34
35
-name: Show the runner_version
+- name: Show the runner_version
36
debug:
37
msg: "runner_version: {{ runner_version }}"
38
0 commit comments