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.
2 parents 17d4af3 + 37b34ea commit b33b8e0Copy full SHA for b33b8e0
tasks/install_runner.yml
@@ -103,8 +103,7 @@
103
no_log: "{{ hide_sensitive_logs | bool }}"
104
when: >
105
runner_name in registered_runners.json.runners|map(attribute='name')|list and
106
- reinstall_runner and
107
- not runner_org
+ reinstall_runner
108
109
- name: Install service # noqa no-changed-when
110
ansible.builtin.command: "./svc.sh install {{ runner_user }}"
0 commit comments