1
0
Fork 0
forked from infra/ansible

Revert "copr-hv: lookup for buildsys keys in backend role"

This reverts commit e9332887b4.
This commit is contained in:
Jiri Kyjovsky 2026-04-17 13:33:21 +02:00
commit c53dd67f74

View file

@ -142,8 +142,8 @@
- name: Assure that copr user on copr-backend can ssh as copr@...
authorized_key:
user: copr
key: "{{ lookup('file', roles_path ~ '/copr/backend/files/provision/files/' ~ item) }}"
loop:
key: "{{ item }}"
with_file:
- buildsys.production.pub
- buildsys.staging.pub