From aa744918ca375582aa8b0efab980eadedf4e7b89 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 1 Nov 2016 09:32:22 +0100 Subject: [PATCH] While mentioned in the dependencies let's be explicit about git/checks --- playbooks/groups/pkgs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/groups/pkgs.yml b/playbooks/groups/pkgs.yml index 3b32801333..dbdb87ae38 100644 --- a/playbooks/groups/pkgs.yml +++ b/playbooks/groups/pkgs.yml @@ -32,6 +32,7 @@ - { role: git/make_checkout_seed, when: env != "staging" } - git/server - git/hooks + - git/checks - clamav - { role: nfs/client, when: env != "staging", mnt_dir: '/srv/cache/lookaside', nfs_src_dir: 'fedora_sourcecache', nfs_mount_opts='rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=4' } - { role: nfs/client, when: env == "staging", mnt_dir: '/srv/cache/lookaside_prod', nfs_src_dir: 'fedora_sourcecache', nfs_mount_opts='ro,hard,bg,intr,noatime,nodev,nosuid,nfsvers=4' }