summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorOpenShift Bot <eparis+openshiftbot@redhat.com>2017-09-12 19:15:04 -0400
committerGitHub <noreply@github.com>2017-09-12 19:15:04 -0400
commit6078b3b18e50947d88195ae47285e37a3581bc35 (patch)
treeb129c72f5c9093961b1e9aea514c60d809f01725 /roles
parent3b2202f6a85b4cf3518a97d55abbee946c879ec0 (diff)
parenta1a3e3f141751e11ab5b2a91c18a04718372b77c (diff)
downloadopenshift-6078b3b18e50947d88195ae47285e37a3581bc35.tar.gz
openshift-6078b3b18e50947d88195ae47285e37a3581bc35.tar.bz2
openshift-6078b3b18e50947d88195ae47285e37a3581bc35.tar.xz
openshift-6078b3b18e50947d88195ae47285e37a3581bc35.zip
Merge pull request #5343 from mtnbikenc/improve-jinja2-search
Merged by openshift-bot
Diffstat (limited to 'roles')
-rw-r--r--roles/openshift_metrics/tasks/pre_install.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_metrics/tasks/pre_install.yaml b/roles/openshift_metrics/tasks/pre_install.yaml
index 2e2013d40..d6756f9b9 100644
--- a/roles/openshift_metrics/tasks/pre_install.yaml
+++ b/roles/openshift_metrics/tasks/pre_install.yaml
@@ -10,7 +10,7 @@
is invalid, must be one of: emptydir, pv, dynamic
when:
- openshift_metrics_cassandra_storage_type not in openshift_metrics_cassandra_storage_types
- - "not {{ openshift_metrics_heapster_standalone | bool }}"
+ - not (openshift_metrics_heapster_standalone | bool)
- name: list existing secrets
command: >