Rename the group and user to paguremirroring

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2018-09-25 22:17:42 +02:00
parent 01a952e7c8
commit 09a573d14d

View file

@ -144,19 +144,19 @@
# Set things up for the mirroring feature
- name: create the `mirror` group
- name: create the `paguremirroring` group
group:
name: mirror
name: paguremirroring
state: present
when: env == 'pagure-staging'
tags:
- pagure
- mirror
- name: create the `mirror` user
- name: create the `paguremirroring` user
user:
name: mirror
group: mirror
name: paguremirroring
group: paguremirroring
shell: /bin/nologin
home: /srv/mirror
groups: git