pgks: don't install gitolite/base on rhel8

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-05-25 22:08:55 +02:00
parent 7220f9aee8
commit 042eafc49b

View file

@ -62,7 +62,7 @@
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
roles:
- { role: gitolite/base, when: env != "staging" }
- { role: gitolite/base, when: env != "staging" and datacenter != iad2}
- gitolite/check_fedmsg_hooks
- { role: git/make_checkout_seed, when: env != "staging" }
- git/hooks