From 13a23f32634bef0124c0484c5b994b587bafc992 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Mon, 22 Jan 2024 13:26:13 +0100 Subject: [PATCH] Don't try to deploy the mirrormanager/crawler role on the new dev VM MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- playbooks/groups/mirrormanager.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playbooks/groups/mirrormanager.yml b/playbooks/groups/mirrormanager.yml index feed41b462..8205570c70 100644 --- a/playbooks/groups/mirrormanager.yml +++ b/playbooks/groups/mirrormanager.yml @@ -65,7 +65,8 @@ - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml roles: - - mirrormanager/crawler + - {role: mirrormanager/crawler + when: ansible_hostname != "mm-crawler-dev.stg.iad2.fedoraproject.org"} - {role: rsyncd, when: env != "staging"} - {role: openvpn/client, when: datacenter != "iad2"}