Skip to content

Commit 70ca740

Browse files
Merge pull request #1028 from cschwede/swift-add-missing-edpm_override_hosts
Add missing edpm_override_hosts to Swift playbook
2 parents 95aa63d + 199f662 commit 70ca740

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)