From 71a85405b7094d7d293f01ad4fd33fb374592961 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Thu, 16 May 2019 14:36:53 +0200 Subject: [PATCH] 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 (cherry picked from commit acac24d9847b7708a27bfdea36ee73625440720a) --- site-container.yml.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']