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 1f64796 commit 5531210Copy full SHA for 5531210
tasks/install_runner.yml
@@ -75,7 +75,7 @@
75
- name: Unregister runner from the GitHub
76
command: "{{ runner_dir }}/./config.sh remove --token {{ registration.json.token }} --unattended"
77
become_user: "{{ runner_user }}"
78
- when: "'ansible_hostname' in '{{ registered_runners.json.name }}'"
+ when: ansible_hostname in registered_runners.json.name
79
tags:
80
- uninstall
81
0 commit comments