Rename the group and user to paguremirroring
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
01a952e7c8
commit
09a573d14d
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue