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