]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
dashboard: fix a typo
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 16 May 2019 12:36:53 +0000 (14:36 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Fri, 17 May 2019 14:05:58 +0000 (16:05 +0200)
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 acac24d9847b7708a27bfdea36ee73625440720a)

site-container.yml.sample

index 044e144f937701e0284bad64c5eee1732f6e0251..70fbab38cb15ca0ad78c4b705a1f62ccf2fc8eed 100644 (file)
       - import_role:
           name: ceph-node-exporter
       - import_role:
-          name: ceph-common
+          name: ceph-container-common
       - import_role:
           name: ceph-config
         tags: ['ceph_update_config']