Skip to content

Commit 3e9f2a8

Browse files
Merge pull request #224 from dgilbert-foreflight/patch-2
Fixes Stoping service on MacOS
2 parents 660379b + 8f83270 commit 3e9f2a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/install_runner_unix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
args:
166166
chdir: "{{ runner_dir }}"
167167
changed_when: true
168-
become: "{{ 'false' if ansible_distribution == 'MacOS' else 'true' }}"
168+
become: "{{ 'false' if ansible_distribution == 'MacOSX' else 'true' }}"
169169
no_log: "{{ hide_sensitive_logs | bool }}"
170170
ignore_errors: "{{ ansible_check_mode }}"
171171
when: runner_state|lower == "stopped"

0 commit comments

Comments
 (0)