Explorar o código

Fix openshift_hosted_metrics_deployer_version set_fact.

Andrew Butcher %!s(int64=8) %!d(string=hai) anos
pai
achega
d8a8f13f29
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: