mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-17 12:10:34 +08:00
copr-backend: pre-create copr user and group with predefined uid, gid
This commit is contained in:
@@ -5,6 +5,10 @@
|
||||
- name: setup networking
|
||||
include: "network.yml"
|
||||
|
||||
# pre-create copr user and group with predefined uid and gid
|
||||
- group: name=copr gid=986
|
||||
- user: name=copr group=copr uid=989
|
||||
|
||||
- name: install copr local path repo
|
||||
copy: src="yum/copr_local.repo" dest="/etc/yum.repos.d/copr_local.repo"
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user