summaryrefslogtreecommitdiffstats
path: root/roles/git/hooks/meta
diff options
context:
space:
mode:
authorMathieu Bridon <bochecha@fedoraproject.org>2014-09-16 11:58:38 +0200
committerPierre-Yves Chibon <pingou@pingoured.fr>2014-09-24 12:26:07 +0200
commit183a2ab707294a50129a7151e2714abdfff1914f (patch)
tree8131ae9eb0f96a6cc89b89bf3c1ce6e1950c645a /roles/git/hooks/meta
parent93ec92f9be4ad56ed6c763b3bdc7d58ff86db42c (diff)
downloadansible-183a2ab707294a50129a7151e2714abdfff1914f.tar.gz
ansible-183a2ab707294a50129a7151e2714abdfff1914f.tar.xz
ansible-183a2ab707294a50129a7151e2714abdfff1914f.zip
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
Diffstat (limited to 'roles/git/hooks/meta')
-rw-r--r--roles/git/hooks/meta/main.yml3
1 files changed, 3 insertions, 0 deletions
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 }