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"}