fix: preserve macOS launchd service roles
This commit is contained in:
parent
735132ea25
commit
bd6de2ba7b
@ -9,4 +9,3 @@
|
||||
roles:
|
||||
- role: roles/vhosts/qmd/
|
||||
tags: [qmd]
|
||||
when: ansible_os_family != "Darwin"
|
||||
|
||||
@ -9,16 +9,11 @@
|
||||
roles:
|
||||
- role: roles/vhosts/acp_server_codex/
|
||||
tags: [acp_codex]
|
||||
when: ansible_os_family != "Darwin"
|
||||
- role: roles/vhosts/acp_server_opencode/
|
||||
tags: [acp_opencode]
|
||||
when: ansible_os_family != "Darwin"
|
||||
- role: roles/vhosts/acp_server_gemini/
|
||||
tags: [acp_gemini]
|
||||
when: ansible_os_family != "Darwin"
|
||||
- role: roles/vhosts/acp_server_hermes/
|
||||
tags: [acp_hermes]
|
||||
when: ansible_os_family != "Darwin"
|
||||
- role: roles/vhosts/xworkmate_bridge/
|
||||
tags: [xworkmate_bridge]
|
||||
when: ansible_os_family != "Darwin"
|
||||
|
||||
@ -9,4 +9,3 @@
|
||||
roles:
|
||||
- role: roles/vhosts/litellm/
|
||||
tags: [litellm]
|
||||
when: ansible_os_family != "Darwin"
|
||||
|
||||
@ -9,4 +9,3 @@
|
||||
roles:
|
||||
- role: roles/vhosts/postgres
|
||||
tags: [postgresql]
|
||||
when: ansible_os_family != "Darwin"
|
||||
|
||||
@ -9,4 +9,3 @@
|
||||
roles:
|
||||
- role: roles/vhosts/vault/
|
||||
tags: [vault]
|
||||
when: ansible_os_family != "Darwin"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user