Looks like it needs a group before the user

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2018-09-25 22:11:29 +02:00
parent 09d5e878e5
commit 0cf5a43a94

View file

@ -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