dashboard: fix a typo

6f0643c8e introduced a typo, the role that should be run is
ceph-container-common, not ceph-common

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit acac24d984)
pull/3999/head
Guillaume Abrioux 2019-05-16 14:36:53 +02:00
parent deb5f2a1bd
commit 71a85405b7
1 changed files with 1 additions and 1 deletions

View File

@ -526,7 +526,7 @@
- import_role: - import_role:
name: ceph-node-exporter name: ceph-node-exporter
- import_role: - import_role:
name: ceph-common name: ceph-container-common
- import_role: - import_role:
name: ceph-config name: ceph-config
tags: ['ceph_update_config'] tags: ['ceph_update_config']