From 183a2ab707294a50129a7151e2714abdfff1914f Mon Sep 17 00:00:00 2001 From: Mathieu Bridon Date: Tue, 16 Sep 2014 11:58:38 +0200 Subject: git/hooks: 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 --- roles/git/hooks/meta/main.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 roles/git/hooks/meta/main.yml (limited to 'roles/git/hooks/meta') diff --git a/roles/git/hooks/meta/main.yml b/roles/git/hooks/meta/main.yml new file mode 100644 index 000000000..2356e8716 --- /dev/null +++ b/roles/git/hooks/meta/main.yml @@ -0,0 +1,3 @@ +--- +dependencies: +- { role: fedmsg/base } -- cgit