forked from infra/ansible
Revert "copr-hv: lookup for buildsys keys in backend role"
This reverts commit e9332887b4.
This commit is contained in:
parent
e9332887b4
commit
c53dd67f74
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue