Rename the gitolite3 user to git

This commit is contained in:
Pierre-Yves Chibon 2015-05-13 13:30:03 +02:00
parent ee649ba38c
commit a695b09789

View file

@ -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