]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-validate: Fix "fail on unsupported CentOS release"
authorBenoît Knecht <bknecht@protonmail.ch>
Fri, 8 May 2020 12:39:52 +0000 (14:39 +0200)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Fri, 8 May 2020 16:50:14 +0000 (12:50 -0400)
The `dashboard_enabled` condition used a `true` filter (which doesn't exist)
instead of the `bool` filter.

Signed-off-by: Benoît Knecht <bknecht@protonmail.ch>
(cherry picked from commit b7efca17851ac8462491a2d2dfe588673a58f78f)

roles/ceph-validate/tasks/check_system.yml

index 9cf933fa894d713bbaae5fe043b52e805ce5843c..5c3518a044f050973c40754857dbc72223997907 100644 (file)
@@ -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: