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 # Set things up for the mirroring feature
- name: create the `mirror` group - name: create the `paguremirroring` group
group: group:
name: mirror name: paguremirroring
state: present state: present
when: env == 'pagure-staging' when: env == 'pagure-staging'
tags: tags:
- pagure - pagure
- mirror - mirror
- name: create the `mirror` user - name: create the `paguremirroring` user
user: user:
name: mirror name: paguremirroring
group: mirror group: paguremirroring
shell: /bin/nologin shell: /bin/nologin
home: /srv/mirror home: /srv/mirror
groups: git groups: git