mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 10:56:20 +08:00
Add a group pagure while at it
This commit is contained in:
@@ -52,6 +52,11 @@
|
||||
|
||||
# Set-up Pagure
|
||||
|
||||
- name: Create a group pagure we can use
|
||||
group: name=pagure
|
||||
tags:
|
||||
- pagure
|
||||
|
||||
- name: Create an user we can run pagure under
|
||||
user: name=pagure group=pagure groups=packager append=yes
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user