From a30ae9f17ad37b4680b6f07a58913807b1e3b934 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Tue, 30 Jul 2024 12:24:34 +0200 Subject: [PATCH] Mirrormanager: fix the move-to-archive manual playbook MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- playbooks/manual/mirrormanager-move-to-archive.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/manual/mirrormanager-move-to-archive.yml b/playbooks/manual/mirrormanager-move-to-archive.yml index 7686951936..7af40969ee 100644 --- a/playbooks/manual/mirrormanager-move-to-archive.yml +++ b/playbooks/manual/mirrormanager-move-to-archive.yml @@ -39,4 +39,4 @@ tasks: - debug: - msg: "Job started. You can watch the logs with:\noc -n {{app}} logs -f job/move-to-archive-{{product|lower|replace(' ', '-')}}-{{version|lower|replace(' ', '-')}}" + msg: "Job started. You can watch the logs with:\noc -n mirrormanager logs -f job/move-to-archive-{{product|lower|replace(' ', '-')}}-{{version|lower|replace(' ', '-')}}"