copr-hv: ssh pub file as copr-uid only, attempt #2

This commit is contained in:
Pavel Raiskup 2021-05-07 19:36:37 +02:00
parent 672a02ee3a
commit d646d7c54d

View file

@ -130,7 +130,7 @@
- name: provide pub key, too, so we can install them to generated builder images
copy: src=buildsys.pub dest=/home/copr/.ssh/id_rsa.pub
owner=copr group=ćopr mode=0600
owner=copr mode=0600
- name: install libvirt packages
package: name={{ item }} state=present