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
|
- packages
|
||||||
|
|
||||||
- name: Rename the user gitolite into git
|
- 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/
|
creates=/srv/git/
|
||||||
tags:
|
tags:
|
||||||
- gitolite
|
- gitolite
|
||||||
- pagure
|
- pagure
|
||||||
|
|
||||||
- name: Rename the group gitolite into git
|
- name: Rename the group gitolite into git
|
||||||
command: groupmod --new-name git gitolite
|
command: groupmod --new-name git gitolite3
|
||||||
creates=/srv/git/
|
creates=/srv/git/
|
||||||
tags:
|
tags:
|
||||||
- gitolite
|
- gitolite
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue