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 <gabrioux@redhat.com>
(cherry picked from commit dc7eb535b6)
pull/4318/merge
Guillaume Abrioux 2019-07-31 16:15:43 +02:00
parent 308e5fe9f4
commit 7550f47661
1 changed files with 1 additions and 0 deletions

View File

@ -485,3 +485,4 @@
when:
- dashboard_enabled | bool
- groups.get(grafana_server_group_name, []) | length > 0
- ansible_os_family in ['RedHat', 'Suse']