Browse Source

Restore missing etcd_image fact.

Andrew Butcher 8 years ago
parent
commit
b1a5884ed9
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) }}"