소스 검색

Merge pull request #2797 from abutcher/metrics-version

Fix openshift_hosted_metrics_deployer_version set_fact.
Scott Dodson 8 년 전
부모
커밋
1267341030
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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: