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/aws/openshift-cluster | |
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/aws/openshift-cluster')
-rw-r--r-- | playbooks/aws/openshift-cluster/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/aws/openshift-cluster/config.yml b/playbooks/aws/openshift-cluster/config.yml index 71ce9e787..d6b5700b0 100644 --- a/playbooks/aws/openshift-cluster/config.yml +++ b/playbooks/aws/openshift-cluster/config.yml @@ -6,7 +6,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 |