While mentioned in the dependencies let's be explicit about git/checks

This commit is contained in:
Pierre-Yves Chibon 2016-11-01 09:32:22 +01:00
parent e08b9de4c8
commit aa744918ca

View file

@ -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' }