diff options
author | Andrew Butcher <abutcher@redhat.com> | 2016-11-14 10:54:24 -0500 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2016-11-14 10:54:24 -0500 |
commit | d8a8f13f29b701a5559b5d6edb6ddde55aff02d2 (patch) | |
tree | 52e4f976c3034417d9f978328f0f2ff760448342 | |
parent | b429ae7cf0cb0e453452b975fac7da744c200996 (diff) | |
download | openshift-d8a8f13f29b701a5559b5d6edb6ddde55aff02d2.tar.gz openshift-d8a8f13f29b701a5559b5d6edb6ddde55aff02d2.tar.bz2 openshift-d8a8f13f29b701a5559b5d6edb6ddde55aff02d2.tar.xz openshift-d8a8f13f29b701a5559b5d6edb6ddde55aff02d2.zip |
Fix openshift_hosted_metrics_deployer_version set_fact.
-rw-r--r-- | playbooks/common/openshift-master/config.yml | 2 |
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: |