Browse Source

Merge pull request #2252 from abutcher/etcd-image

Restore missing etcd_image fact.
Scott Dodson 8 years ago
parent
commit
723c1fb1d7
1 changed files with 5 additions and 0 deletions
  1. 5 0
      roles/openshift_etcd_facts/tasks/main.yml

+ 5 - 0
roles/openshift_etcd_facts/tasks/main.yml

@@ -0,0 +1,5 @@
+---
+- openshift_facts:
+    role: etcd
+    local_facts:
+      etcd_image: "{{ osm_etcd_image | default(None) }}"