From 1fbbefe117e82c9674ff5170230e56ee5afd0a11 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Thu, 22 Jan 2015 16:17:33 +0100 Subject: [PATCH] Drop fixing the perms on /etc/gitolite/hook --- roles/distgit/tasks/main.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/roles/distgit/tasks/main.yml b/roles/distgit/tasks/main.yml index 296083e85a..c9a1dc0103 100644 --- a/roles/distgit/tasks/main.yml +++ b/roles/distgit/tasks/main.yml @@ -161,17 +161,6 @@ - name: install the fedmsg configuration copy: src=fedmsg-genacls-config.py dest=/etc/fedmsg.d/genacls.py owner=root group=root mode=0644 -- name: Fix the permission on /etc/gitolite/hooks and /etc/gitolite/hooks/common - command: chmod 770 /etc/gitolite/hooks /etc/gitolite/hooks/common - tags: - - config - - distgit - -- name: Fix the ownership on /etc/gitolite/hooks and /etc/gitolite/hooks/common - command: chown gen-acls:packager /etc/gitolite/hooks /etc/gitolite/hooks/common - tags: - - config - - distgit # -- CGit ------------------------------------------------ # This is the pretty web view of the repositories, using CGit.