summaryrefslogtreecommitdiffstats
path: root/roles/openshift_etcd_facts/tasks/main.yml
diff options
context:
space:
mode:
authorAndrew Butcher <abutcher@redhat.com>2016-08-03 10:18:05 -0400
committerAndrew Butcher <abutcher@redhat.com>2016-08-03 10:18:05 -0400
commitb1a5884ed918638947b3acbd56d9812a411e5500 (patch)
treec2edc3a046cdfc871d12a7b0be5c4208fc49441e /roles/openshift_etcd_facts/tasks/main.yml
parent5c681f6baa64a69207f286ff449bc446bf5f0eff (diff)
downloadopenshift-b1a5884ed918638947b3acbd56d9812a411e5500.tar.gz
openshift-b1a5884ed918638947b3acbd56d9812a411e5500.tar.bz2
openshift-b1a5884ed918638947b3acbd56d9812a411e5500.tar.xz
openshift-b1a5884ed918638947b3acbd56d9812a411e5500.zip
Restore missing etcd_image fact.
Diffstat (limited to 'roles/openshift_etcd_facts/tasks/main.yml')
-rw-r--r--roles/openshift_etcd_facts/tasks/main.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/openshift_etcd_facts/tasks/main.yml b/roles/openshift_etcd_facts/tasks/main.yml
new file mode 100644
index 000000000..22fb39006
--- /dev/null
+++ b/roles/openshift_etcd_facts/tasks/main.yml
@@ -0,0 +1,5 @@
+---
+- openshift_facts:
+ role: etcd
+ local_facts:
+ etcd_image: "{{ osm_etcd_image | default(None) }}"