Fix ACP vhosts playbook host targeting

This commit is contained in:
Haitao Pan 2026-04-09 14:16:28 +08:00
parent 672ea8ba32
commit 605ead2f2e

View File

@ -1,6 +1,6 @@
---
- name: Deploy ACP vhosts through xworkmate bridge
hosts: "{{ xworkmate_bridge_hosts | default('xworkmate-bridge.svc.plus') }}"
hosts: "{{ xworkmate_bridge_hosts | default('all') }}"
become: true
gather_facts: true
roles: