diff options
Diffstat (limited to 'playbooks/common')
| -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: | 
