copr: credential cleanup: drop unused openstack/passwords.yml

Drop the use of credentials to (now) non-existing OpenStack.
This commit is contained in:
Pavel Raiskup 2023-11-10 13:35:17 +01:00
parent 63e9812149
commit 4792241cfe

View file

@ -55,11 +55,6 @@
- cloud
- .ssh
- name: add copr-buildsys keys to copr user path
copy: src="{{ item }}" dest=/home/copr/cloud/ owner=copr group=copr mode=0600
with_fileglob:
- "{{ private }}/files/openstack/copr-copr/*"
- name: setup privkey for copr user
copy: src="{{ private }}/files/copr/buildsys.priv" dest=/home/copr/.ssh/id_rsa owner=copr group=copr mode=600