summaryrefslogtreecommitdiffstats
path: root/roles/openshift_etcd_facts
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-11-21 11:14:43 -0500
committerGitHub <noreply@github.com>2017-11-21 11:14:43 -0500
commitd3db256551db1b073bb543e3e3a541bc52b23f32 (patch)
treec1ca1b599fced2feb99da3ff407acaa4987e18fd /roles/openshift_etcd_facts
parent2a9e225c9f2f1d1f886c9ff6af0443dcd5fdae17 (diff)
parent85efc9cffcc8a80dc3b939c5e4ffcd7825b4300e (diff)
downloadopenshift-d3db256551db1b073bb543e3e3a541bc52b23f32.tar.gz
openshift-d3db256551db1b073bb543e3e3a541bc52b23f32.tar.bz2
openshift-d3db256551db1b073bb543e3e3a541bc52b23f32.tar.xz
openshift-d3db256551db1b073bb543e3e3a541bc52b23f32.zip
Merge pull request #6197 from mgugino-upstream-stage/etcd-image
Refactor etcd image
Diffstat (limited to 'roles/openshift_etcd_facts')
-rw-r--r--roles/openshift_etcd_facts/tasks/main.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/roles/openshift_etcd_facts/tasks/main.yml b/roles/openshift_etcd_facts/tasks/main.yml
index 22fb39006..ed97d539c 100644
--- a/roles/openshift_etcd_facts/tasks/main.yml
+++ b/roles/openshift_etcd_facts/tasks/main.yml
@@ -1,5 +1 @@
---
-- openshift_facts:
- role: etcd
- local_facts:
- etcd_image: "{{ osm_etcd_image | default(None) }}"