diff --git a/roles/pagure/frontend/tasks/main.yml b/roles/pagure/frontend/tasks/main.yml index 7922e1eac2..bef5b69183 100644 --- a/roles/pagure/frontend/tasks/main.yml +++ b/roles/pagure/frontend/tasks/main.yml @@ -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