You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolves the following error due to how `ansible_distribution` resolves for macOS distributions
```
TASK [monolithprojects.github_actions_runner : STOP and disable Github Actions Runner service] ****************************
fatal: [build-agent-26]: FAILED! => {"changed": true, "cmd": ["./svc.sh", "stop"], "delta": "0:00:00.004103", "end": "2024-11-04 15:02:53.034496", "msg": "non-zero return code", "rc": 1, "start": "2024-11-04 15:02:53.030393", "stderr": "", "stderr_lines": [], "stdout": "Must not run with sudo", "stdout_lines": ["Must not run with sudo"]}
```
0 commit comments