mirror of https://github.com/ceph/ceph-ansible.git
dashboard: fix a typo
pull/3999/head6f0643c8e
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 commitacac24d984
)
parent
deb5f2a1bd
commit
71a85405b7
|
@ -526,7 +526,7 @@
|
|||
- import_role:
|
||||
name: ceph-node-exporter
|
||||
- import_role:
|
||||
name: ceph-common
|
||||
name: ceph-container-common
|
||||
- import_role:
|
||||
name: ceph-config
|
||||
tags: ['ceph_update_config']
|
||||
|
|
Loading…
Reference in New Issue