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
This commit is contained in:
parent
93ec92f9be
commit
183a2ab707
2 changed files with 3 additions and 1 deletions
3
roles/git/hooks/meta/main.yml
Normal file
3
roles/git/hooks/meta/main.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
dependencies:
|
||||
- { role: fedmsg/base }
|
|
@ -8,7 +8,6 @@
|
|||
- moreutils
|
||||
- python-kitchen
|
||||
|
||||
# This requires the fedmsg/base role
|
||||
- name: install the git hooks
|
||||
copy: src={{item}} dest=/usr/share/git-core mode=0755
|
||||
with_items:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue