Looks like it needs a group before the user
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
09d5e878e5
commit
0cf5a43a94
1 changed files with 9 additions and 0 deletions
|
@ -144,6 +144,15 @@
|
|||
|
||||
# Set things up for the mirroring feature
|
||||
|
||||
- name: create the `mirror` group
|
||||
group:
|
||||
name: mirror
|
||||
state: present
|
||||
when: env == 'pagure-staging'
|
||||
tags:
|
||||
- pagure
|
||||
- mirror
|
||||
|
||||
- name: create the `mirror` user
|
||||
user:
|
||||
name: mirror
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue