copr-backend: pre-create copr user and group with predefined uid, gid
This commit is contained in:
parent
55595529bc
commit
a0cb1171cc
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@
|
||||||
- name: setup networking
|
- name: setup networking
|
||||||
include: "network.yml"
|
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
|
- name: install copr local path repo
|
||||||
copy: src="yum/copr_local.repo" dest="/etc/yum.repos.d/copr_local.repo"
|
copy: src="yum/copr_local.repo" dest="/etc/yum.repos.d/copr_local.repo"
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue