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
|
# 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue