From f116ab5345ab90539dd4205ad7d20dfa85b5e578 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 5 Aug 2016 08:32:31 +0000 Subject: [PATCH] do not run the checkout_seed in staging --- playbooks/groups/pkgs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/pkgs.yml b/playbooks/groups/pkgs.yml index ea9451a1f1..0461a3881a 100644 --- a/playbooks/groups/pkgs.yml +++ b/playbooks/groups/pkgs.yml @@ -23,7 +23,7 @@ - cgit/clean_lock_cron - cgit/make_pkgs_list - gitolite/check_fedmsg_hooks - - git/make_checkout_seed + - { role: git/make_checkout_seed, when: env != "staging" } - git/server - git/hooks - clamav