From: Guillaume Abrioux Date: Thu, 16 May 2019 12:36:53 +0000 (+0200) Subject: dashboard: fix a typo X-Git-Tag: v5.0.0alpha1~325 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=acac24d9847b7708a27bfdea36ee73625440720a;p=ceph-ansible.git 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 --- diff --git a/site-container.yml.sample b/site-container.yml.sample index 044e144f9..70fbab38c 100644 --- a/site-container.yml.sample +++ b/site-container.yml.sample @@ -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']