Skip to content

Commit 199f662

Browse files
committed
Add missing edpm_override_hosts to Swift playbook
This is needed for fine-grained control when adopting larger clusters, as well as required per documentation. Signed-off-by: Christian Schwede <[email protected]>
1 parent 407d151 commit 199f662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playbooks/swift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22

33
- name: Deploy EDPM Swift
4-
hosts: all
4+
hosts: "{{ edpm_override_hosts | default('all') }}"
55
strategy: linear
66
gather_facts: "{{ gather_facts | default(false) }}"
77
any_errors_fatal: "{{ edpm_any_errors_fatal | default(true) }}"

0 commit comments

Comments
 (0)