Files
fedora-infra_ansible/roles/distgit/meta/main.yml
Mathieu Bridon 4155edeeaf distgit: Express the role dependency properly
This had been found by misc during his review of the patches, but the
unfixed patch is what got merged.

https://fedorahosted.org/fedora-infrastructure/ticket/4452
2014-09-24 12:26:07 +02:00

14 lines
317 B
YAML

---
dependencies:
- { 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 }