From 7550f47661ff60710643e2045156d1cce3517eea Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Wed, 31 Jul 2019 16:15:43 +0200 Subject: [PATCH] dashboard: do not deploy on Debian based OS/non-containerized in non-containerized deployment, we can't deploy dashboard on Debian based distribution since the package `ceph-grafana-dashboards` isn't available. Signed-off-by: Guillaume Abrioux (cherry picked from commit dc7eb535b6b22ab95cfe204fb6072de40551bde3) --- site.yml.sample | 1 + 1 file changed, 1 insertion(+) diff --git a/site.yml.sample b/site.yml.sample index fbf534b5d..7bb8b103b 100644 --- a/site.yml.sample +++ b/site.yml.sample @@ -485,3 +485,4 @@ when: - dashboard_enabled | bool - groups.get(grafana_server_group_name, []) | length > 0 + - ansible_os_family in ['RedHat', 'Suse']