Try a trailing / as indication to create the directory
This commit is contained in:
parent
42215ae7f5
commit
163c5a34bf
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue