From 53e83464225023cebdd405214faf29470593fd4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Tue, 30 Jul 2024 12:22:59 +0200 Subject: [PATCH] Mirrormanager: slightly improve the move-to-archive manual template 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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/playbooks/manual/mirrormanager-move-to-archive.yml b/playbooks/manual/mirrormanager-move-to-archive.yml index aad90b5e88..7686951936 100644 --- a/playbooks/manual/mirrormanager-move-to-archive.yml +++ b/playbooks/manual/mirrormanager-move-to-archive.yml @@ -36,3 +36,7 @@ template: cmd-move-to-archive.yml objectname: cmd-move-to-archive.yml always_apply: true + + 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(' ', '-')}}"