summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-master
diff options
context:
space:
mode:
authorAndrew Butcher <abutcher@redhat.com>2016-11-14 10:54:24 -0500
committerAndrew Butcher <abutcher@redhat.com>2016-11-14 10:54:24 -0500
commitd8a8f13f29b701a5559b5d6edb6ddde55aff02d2 (patch)
tree52e4f976c3034417d9f978328f0f2ff760448342 /playbooks/common/openshift-master
parentb429ae7cf0cb0e453452b975fac7da744c200996 (diff)
downloadopenshift-d8a8f13f29b701a5559b5d6edb6ddde55aff02d2.tar.gz
openshift-d8a8f13f29b701a5559b5d6edb6ddde55aff02d2.tar.bz2
openshift-d8a8f13f29b701a5559b5d6edb6ddde55aff02d2.tar.xz
openshift-d8a8f13f29b701a5559b5d6edb6ddde55aff02d2.zip
Fix openshift_hosted_metrics_deployer_version set_fact.
Diffstat (limited to 'playbooks/common/openshift-master')
-rw-r--r--playbooks/common/openshift-master/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/common/openshift-master/config.yml b/playbooks/common/openshift-master/config.yml
index a53c55c14..5fcb850a2 100644
--- a/playbooks/common/openshift-master/config.yml
+++ b/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: