Skip to content

Commit 5531210

Browse files
wip
1 parent 1f64796 commit 5531210

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
@@ -75,7 +75,7 @@
7575
- name: Unregister runner from the GitHub
7676
command: "{{ runner_dir }}/./config.sh remove --token {{ registration.json.token }} --unattended"
7777
become_user: "{{ runner_user }}"
78-
when: "'ansible_hostname' in '{{ registered_runners.json.name }}'"
78+
when: ansible_hostname in registered_runners.json.name
7979
tags:
8080
- uninstall
8181

0 commit comments

Comments
 (0)