copr-backend: fixes in ssh_config, take #3

This commit is contained in:
Pavel Raiskup 2023-03-30 10:56:53 +02:00
parent 4c22f7011b
commit c82af101e0

View file

@ -66,7 +66,7 @@
- name: setup copr user ssh config file
template:
src: "ssh_config.j2"
dest: /var/lib/resallocserver/.ssh/config
dest: /home/copr/.ssh/config
owner: resalloc
group: resalloc
mode: 0600