From 7c5d602f6cc0b070439d9f38de2138168cf464ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Tue, 30 Jul 2024 12:09:19 +0200 Subject: [PATCH] Fix the mirrormanager move-to-archive 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 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/playbooks/manual/mirrormanager-move-to-archive.yml b/playbooks/manual/mirrormanager-move-to-archive.yml index be14b2ad2e..aad90b5e88 100644 --- a/playbooks/manual/mirrormanager-move-to-archive.yml +++ b/playbooks/manual/mirrormanager-move-to-archive.yml @@ -7,9 +7,7 @@ # version => The version that must be archived. - name: Run the move-to-archive script - hosts: - - os_masters[0] - - os_masters_stg[0] + hosts: os_control[0]:os_control_stg[0] user: root vars_files: - /srv/web/infra/ansible/vars/global.yml