[PR #11546/b2476039 backport][stable-10] [stable-11] Update tests to pass on macOS arm64 (#11544) (#11595)

[stable-11] Update tests to pass on macOS arm64 (#11544) (#11546)

Update tests to pass on macOS arm64 (#11544)

(cherry picked from commit 9b9d8eac09)


(cherry picked from commit b247603961)

Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Matt Clay <matt@mystile.com>
This commit is contained in:
patchback[bot]
2026-03-14 23:49:34 +01:00
committed by GitHub
parent 09037c0e0f
commit 82e771cd25
6 changed files with 31 additions and 13 deletions

View File

@@ -9,6 +9,11 @@
dest: "{{ launchd_plist_location }}"
become: true
- name: ensure target directory exists
file:
path: /usr/local/sbin
state: directory
- name: install the test daemon script
copy:
src: ansible_test_service.py