diff options
author | Andrew Butcher <abutcher@afrolegs.com> | 2016-07-19 09:10:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-19 09:10:07 -0400 |
commit | a66b5026a4aff70fe38bb369d7cba0f7372725ef (patch) | |
tree | a080cdc5b9e21edaa7aa08f986f24e667b8530bf /playbooks/gce/openshift-cluster/config.yml | |
parent | 46ff071b63bc917a00922b4f93b149d9b334f92c (diff) | |
parent | b83771910cde314d846ea9df3ac30ed826d5446f (diff) | |
download | openshift-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/gce/openshift-cluster/config.yml')
-rw-r--r-- | playbooks/gce/openshift-cluster/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/gce/openshift-cluster/config.yml b/playbooks/gce/openshift-cluster/config.yml index 97572b930..8e46c5919 100644 --- a/playbooks/gce/openshift-cluster/config.yml +++ b/playbooks/gce/openshift-cluster/config.yml @@ -9,7 +9,7 @@ groups: l_oo_all_hosts ansible_ssh_user: "{{ deployment_vars[deployment_type].ssh_user }}" ansible_become: "{{ deployment_vars[deployment_type].become }}" - with_items: g_all_hosts + with_items: "{{ g_all_hosts | default([]) }}" - hosts: l_oo_all_hosts gather_facts: no |