copr-keygen: don't put copr-signer to non-existing packager group
The 'packager' group looks like it never existed on keygen host.
Fixes bug in 373773deb2
.
This commit is contained in:
parent
c50794eead
commit
f3f74c5e7c
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
- group: name="copr-signer" state=present gid=989
|
||||
- group: name="apache" state=present gid=48
|
||||
- user: name="copr-signer" group=copr-signer groups=packager,apache uid=992
|
||||
- user: name="copr-signer" group=copr-signer groups=apache uid=992
|
||||
|
||||
- name: install copr-keygen
|
||||
dnf: state=present name=copr-keygen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue