Fix ACP vhosts playbook host targeting
This commit is contained in:
parent
672ea8ba32
commit
605ead2f2e
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user