summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2016-08-03 11:58:13 -0400
committerGitHub <noreply@github.com>2016-08-03 11:58:13 -0400
commit723c1fb1d73582cd0209cdc7201231b258161555 (patch)
treec2edc3a046cdfc871d12a7b0be5c4208fc49441e /roles
parent5c681f6baa64a69207f286ff449bc446bf5f0eff (diff)
parentb1a5884ed918638947b3acbd56d9812a411e5500 (diff)
downloadopenshift-723c1fb1d73582cd0209cdc7201231b258161555.tar.gz
openshift-723c1fb1d73582cd0209cdc7201231b258161555.tar.bz2
openshift-723c1fb1d73582cd0209cdc7201231b258161555.tar.xz
openshift-723c1fb1d73582cd0209cdc7201231b258161555.zip
Merge pull request #2252 from abutcher/etcd-image
Restore missing etcd_image fact.
Diffstat (limited to 'roles')
-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) }}"