From: Benoît Knecht Date: Fri, 8 May 2020 12:39:52 +0000 (+0200) Subject: ceph-validate: Fix "fail on unsupported CentOS release" X-Git-Tag: v5.0.0~30 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=da6e31a4c6ef47944cc56ca0a9ff38140a4771ff;p=ceph-ansible.git ceph-validate: Fix "fail on unsupported CentOS release" The `dashboard_enabled` condition used a `true` filter (which doesn't exist) instead of the `bool` filter. Signed-off-by: Benoît Knecht (cherry picked from commit b7efca17851ac8462491a2d2dfe588673a58f78f) --- diff --git a/roles/ceph-validate/tasks/check_system.yml b/roles/ceph-validate/tasks/check_system.yml index 9cf933fa8..5c3518a04 100644 --- a/roles/ceph-validate/tasks/check_system.yml +++ b/roles/ceph-validate/tasks/check_system.yml @@ -31,7 +31,7 @@ - ansible_distribution == 'CentOS' - ansible_distribution_major_version | int == 7 - not containerized_deployment | bool - - dashboard_enabled | true + - dashboard_enabled | bool - name: red hat based systems tasks when: