copr-hv: install copr user only once

This commit is contained in:
Pavel Raiskup 2021-05-04 17:44:17 +02:00
parent 6906744f61
commit 835cc2626f

View file

@ -107,7 +107,7 @@
tags: libvirtd tags: libvirtd
- name: create the copr user - name: create the copr user
user: name=copr uid=11666 user: name=copr uid=11666 group=libvirt groups=["qemu"] password_lock=true
- name: assure that copr-be can ssh there as copr@... - name: assure that copr-be can ssh there as copr@...
authorized_key: user=copr key="{{ item }}" authorized_key: user=copr key="{{ item }}"
@ -136,6 +136,3 @@
- libguestfs-tools-c - libguestfs-tools-c
- libvirt - libvirt
- virt-install - virt-install
- name: add copr user to some virthosts that will run copr builders
user: name=copr password_lock=true group=libvirt