Files
fedora-infra_ansible/roles/distgit/meta/main.yml
Mathieu Bridon 9bad15971c distgit: Schedule a weekly check of the update hooks
This allows ensuring over time that all repositories have the right
update hooks set up.
2014-10-27 10:48:12 +01:00

15 lines
340 B
YAML

---
dependencies:
- { role: git/checks }
- { role: git/hooks }
- { role: git/make_checkout_seed }
- { role: git/server }
- { role: fedmsg/base }
- { role: fedmsg/hub }
- { role: gitolite/base }
- { role: gitolite/check_fedmsg_hooks }
- { role: cgit/base }
- { role: cgit/clean_lock_cron }
- { role: cgit/make_pkgs_list }
- { role: clamav }