Ver código fonte

Fix openshift_hosted_metrics_deployer_version set_fact.

Andrew Butcher 8 anos atrás
pai
commit
d8a8f13f29
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      playbooks/common/openshift-master/config.yml

+ 1 - 1
playbooks/common/openshift-master/config.yml

@@ -53,7 +53,7 @@
     when: openshift_hosted_metrics_deployer_prefix is not defined
   - set_fact:
       openshift_hosted_metrics_deployer_version: "{{ lookup('oo_option', 'openshift_hosted_metrics_deployer_version') | default('latest') }}"
-    when: openshift_hosted_metrics_deployer_prefix is not defined
+    when: openshift_hosted_metrics_deployer_version is not defined
   roles:
   - openshift_facts
   post_tasks: