We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 95aa63d + 199f662 commit 70ca740Copy full SHA for 70ca740
playbooks/swift.yml
@@ -1,7 +1,7 @@
1
---
2
3
- name: Deploy EDPM Swift
4
- hosts: all
+ hosts: "{{ edpm_override_hosts | default('all') }}"
5
strategy: linear
6
gather_facts: "{{ gather_facts | default(false) }}"
7
any_errors_fatal: "{{ edpm_any_errors_fatal | default(true) }}"
0 commit comments