Adjust the mode for the update hook itself
This commit is contained in:
parent
31933066d0
commit
299ecf5943
1 changed files with 4 additions and 4 deletions
|
@ -201,11 +201,11 @@
|
|||
- distgit
|
||||
|
||||
- name: Fix permissions on the Gitolite stuff
|
||||
file: dest={{ item }} state=touch group=packager mode=770
|
||||
file: dest={{ item.name }} state=touch group=packager mode={{ item.mode }}
|
||||
with_items:
|
||||
- /etc/gitolite/hooks
|
||||
- /etc/gitolite/hooks/common
|
||||
- /etc/gitolite/hooks/common/update
|
||||
- {name: /etc/gitolite/hooks, mode: 770}
|
||||
- {name: /etc/gitolite/hooks/common, mode: 770}
|
||||
- {name: /etc/gitolite/hooks/common/update, mode: 755}
|
||||
|
||||
|
||||
# -- CGit ------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue