Try a trailing / as indication to create the directory

This commit is contained in:
Pierre-Yves Chibon 2014-12-16 14:17:36 +01:00
parent 42215ae7f5
commit 163c5a34bf

View file

@ -9,7 +9,7 @@
- python-kitchen
- name: install the git hooks
copy: src={{item}} dest=/usr/share/git-core mode=0755
copy: src={{item}} dest=/usr/share/git-core/ mode=0755
with_items:
- post-receive-fedmsg
- post-receive-chained
@ -17,7 +17,7 @@
- update-chained
- name: install the git mail hooks
copy: src={{item}} dest=/usr/share/git-core/mail-hooks mode=0755
copy: src={{item}} dest=/usr/share/git-core/mail-hooks/ mode=0755
with_items:
- util.py
- git.py