diff options
| author | Scott Dodson <sdodson@redhat.com> | 2016-11-14 10:59:01 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-14 10:59:01 -0500 | 
| commit | 126734103073a188bb03e7a99edc7af18fd32266 (patch) | |
| tree | 52e4f976c3034417d9f978328f0f2ff760448342 | |
| parent | b429ae7cf0cb0e453452b975fac7da744c200996 (diff) | |
| parent | d8a8f13f29b701a5559b5d6edb6ddde55aff02d2 (diff) | |
Merge pull request #2797 from abutcher/metrics-version
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:  | 
