diff options
author | Russell Teague <rteague@redhat.com> | 2017-09-06 08:45:18 -0400 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-09-11 14:19:10 -0400 |
commit | a1a3e3f141751e11ab5b2a91c18a04718372b77c (patch) | |
tree | 00c334d6ea6dc28e957093fc8b0c8b0916b6751a /roles/openshift_metrics/tasks | |
parent | 69f03840248a0adadb38b73d9155393af9b069fb (diff) | |
download | openshift-a1a3e3f141751e11ab5b2a91c18a04718372b77c.tar.gz openshift-a1a3e3f141751e11ab5b2a91c18a04718372b77c.tar.bz2 openshift-a1a3e3f141751e11ab5b2a91c18a04718372b77c.tar.xz openshift-a1a3e3f141751e11ab5b2a91c18a04718372b77c.zip |
Improve searching when conditions for Jinja2 delimiters
Diffstat (limited to 'roles/openshift_metrics/tasks')
-rw-r--r-- | roles/openshift_metrics/tasks/pre_install.yaml | 2 |
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: > |