Add the gen-acls user to the packager group
This is required to run gitolite compile properly.
This commit is contained in:
parent
6b3da6e371
commit
4602628727
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@
|
|||
|
||||
- name: create the gen-acls user
|
||||
user: name=gen-acls comment="dummy system account for the gen-acls fedmsg job"
|
||||
uid=417 group=gen-acls shell=/bin/bash home=/srv/git
|
||||
uid=417 group=gen-acls groups=packager shell=/bin/bash home=/srv/git
|
||||
|
||||
- name: create the /etc/gitolite/conf directory
|
||||
file: path=/etc/gitolite/conf owner=gen-acls group=gen-acls state=directory mode=0755
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue