copr-dist-git: set groups for copr-service user at the point of its creation
This commit is contained in:
parent
861e22f8b7
commit
90a56ab59d
1 changed files with 1 additions and 3 deletions
|
@ -12,7 +12,7 @@
|
|||
user: name="copr-dist-git" group=copr-dist-git groups=cvsadmin,packager uid=1001
|
||||
|
||||
- name: create user for copr-dist-git service
|
||||
user: name="copr-service" group=copr-service groups=packager,docker generate_ssh_key=yes ssh_key_bits=2048 ssh_key_file=.ssh/id_rsa uid=1002
|
||||
user: name="copr-service" group=copr-service groups=packager,docker,apache,mock generate_ssh_key=yes ssh_key_bits=2048 ssh_key_file=.ssh/id_rsa uid=1002
|
||||
|
||||
- name: enable copr dist-git repo
|
||||
shell: "dnf -y copr enable clime/dist-git"
|
||||
|
@ -35,8 +35,6 @@
|
|||
- rdiff-backup
|
||||
- tmpwatch
|
||||
|
||||
- user: append=yes name="copr-service" groups=apache,mock
|
||||
|
||||
- name: install copr-dist-git
|
||||
dnf: state=latest name={{ item }}
|
||||
with_items:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue