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 660379b + 8f83270 commit 3e9f2a8Copy full SHA for 3e9f2a8
tasks/install_runner_unix.yml
@@ -165,7 +165,7 @@
165
args:
166
chdir: "{{ runner_dir }}"
167
changed_when: true
168
- become: "{{ 'false' if ansible_distribution == 'MacOS' else 'true' }}"
+ become: "{{ 'false' if ansible_distribution == 'MacOSX' else 'true' }}"
169
no_log: "{{ hide_sensitive_logs | bool }}"
170
ignore_errors: "{{ ansible_check_mode }}"
171
when: runner_state|lower == "stopped"
0 commit comments