summaryrefslogtreecommitdiffstats
path: root/playbooks/libvirt/openshift-cluster/config.yml
diff options
context:
space:
mode:
authorAndrew Butcher <abutcher@afrolegs.com>2016-07-19 09:10:07 -0400
committerGitHub <noreply@github.com>2016-07-19 09:10:07 -0400
commita66b5026a4aff70fe38bb369d7cba0f7372725ef (patch)
treea080cdc5b9e21edaa7aa08f986f24e667b8530bf /playbooks/libvirt/openshift-cluster/config.yml
parent46ff071b63bc917a00922b4f93b149d9b334f92c (diff)
parentb83771910cde314d846ea9df3ac30ed826d5446f (diff)
downloadopenshift-a66b5026a4aff70fe38bb369d7cba0f7372725ef.tar.gz
openshift-a66b5026a4aff70fe38bb369d7cba0f7372725ef.tar.bz2
openshift-a66b5026a4aff70fe38bb369d7cba0f7372725ef.tar.xz
openshift-a66b5026a4aff70fe38bb369d7cba0f7372725ef.zip
Merge pull request #2173 from abutcher/warnings
Resolve some deprecation warnings.
Diffstat (limited to 'playbooks/libvirt/openshift-cluster/config.yml')
-rw-r--r--playbooks/libvirt/openshift-cluster/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/libvirt/openshift-cluster/config.yml b/playbooks/libvirt/openshift-cluster/config.yml
index 21d82f422..a28e59a87 100644
--- a/playbooks/libvirt/openshift-cluster/config.yml
+++ b/playbooks/libvirt/openshift-cluster/config.yml
@@ -10,7 +10,7 @@
- add_host:
name: "{{ item }}"
groups: l_oo_all_hosts
- with_items: g_all_hosts
+ with_items: "{{ g_all_hosts | default([]) }}"
- hosts: l_oo_all_hosts
gather_facts: no