Skip to content

Commit

Permalink
Merge pull request #224 from dgilbert-foreflight/patch-2
Browse files Browse the repository at this point in the history
Fixes Stoping service on MacOS
  • Loading branch information
MonolithProjects authored Nov 8, 2024
2 parents 660379b + 8f83270 commit 3e9f2a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/install_runner_unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
args:
chdir: "{{ runner_dir }}"
changed_when: true
become: "{{ 'false' if ansible_distribution == 'MacOS' else 'true' }}"
become: "{{ 'false' if ansible_distribution == 'MacOSX' else 'true' }}"
no_log: "{{ hide_sensitive_logs | bool }}"
ignore_errors: "{{ ansible_check_mode }}"
when: runner_state|lower == "stopped"
Expand Down

0 comments on commit 3e9f2a8

Please sign in to comment.