Split another.
This commit is contained in:
parent
c154fee038
commit
9c65d0e673
1 changed files with 3 additions and 1 deletions
|
@ -82,8 +82,10 @@
|
|||
- name: create the /var/log/gitolite directory
|
||||
file: path=/var/log/gitolite owner=root group=packager state=directory mode=2775
|
||||
|
||||
- name: create the gen-acls user
|
||||
- name: create the gen-acls group
|
||||
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=/
|
||||
|
||||
- name: create the /etc/gitolite/conf directory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue