From 3357ba0d37a82e73ebc09e4b2d922f9a3e10707e Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Wed, 6 May 2015 12:34:08 +0000 Subject: [PATCH] Do not automatically run the crawler in staging --- roles/mirrormanager/crawler/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/mirrormanager/crawler/tasks/main.yml b/roles/mirrormanager/crawler/tasks/main.yml index 539886c4d9..a7e6e8f387 100644 --- a/roles/mirrormanager/crawler/tasks/main.yml +++ b/roles/mirrormanager/crawler/tasks/main.yml @@ -35,6 +35,7 @@ copy: src=crawler.cron dest=/etc/cron.d/mm2_crawler.cron tags: - config + when: env != 'staging' - name: install configuration file template: src={{ roles }}/mirrormanager/crawler/files/mirrormanager.conf