copr-be: make sure that obsrun group is available
This commit is contained in:
parent
f923c2493a
commit
9211c30938
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
|||
- name: setup networking
|
||||
import_tasks: "network.yml"
|
||||
|
||||
- name: create obsrun group for `sign' command
|
||||
group: name=obsrun
|
||||
|
||||
# pre-create copr user and group with predefined uid and gid
|
||||
- group: name=copr gid=986
|
||||
- user: name=copr group=copr uid=989 groups=obsrun
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue