Adjust the $HOME of the gen-acls user
This commit is contained in:
parent
90d26d3641
commit
ee7c1e4de9
1 changed files with 2 additions and 1 deletions
|
@ -92,7 +92,8 @@
|
|||
group: name=gen-acls gid=417 state=present
|
||||
|
||||
- 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=/
|
||||
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
|
||||
|
||||
- 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