Rename the gitolite3 user to git
This commit is contained in:
parent
ee649ba38c
commit
a695b09789
1 changed files with 2 additions and 2 deletions
|
@ -31,14 +31,14 @@
|
|||
- packages
|
||||
|
||||
- name: Rename the user gitolite into git
|
||||
command: usermod --move-home --login git --home /srv/git/ gitolite
|
||||
command: usermod --move-home --login git --home /srv/git/ gitolite3
|
||||
creates=/srv/git/
|
||||
tags:
|
||||
- gitolite
|
||||
- pagure
|
||||
|
||||
- name: Rename the group gitolite into git
|
||||
command: groupmod --new-name git gitolite
|
||||
command: groupmod --new-name git gitolite3
|
||||
creates=/srv/git/
|
||||
tags:
|
||||
- gitolite
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue