copr-backend: pre-create copr user and group with predefined uid, gid

This commit is contained in:
clime 2017-01-21 17:48:06 +01:00
parent 55595529bc
commit a0cb1171cc

View file

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