Ver código fonte

Merge pull request #2252 from abutcher/etcd-image

Restore missing etcd_image fact.
Scott Dodson 8 anos atrás
pai
commit
723c1fb1d7
1 arquivos alterados com 5 adições e 0 exclusões
  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) }}"