Skip to content

Commit

Permalink
Merge pull request #208 from Troels51/master
Browse files Browse the repository at this point in the history
Let "Replace runner" work with orgs
  • Loading branch information
MonolithProjects authored May 23, 2024
2 parents 17d4af3 + 37b34ea commit b33b8e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tasks/install_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@
no_log: "{{ hide_sensitive_logs | bool }}"
when: >
runner_name in registered_runners.json.runners|map(attribute='name')|list and
reinstall_runner and
not runner_org
reinstall_runner
- name: Install service # noqa no-changed-when
ansible.builtin.command: "./svc.sh install {{ runner_user }}"
Expand Down

0 comments on commit b33b8e0

Please sign in to comment.