mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 14:02:12 +08:00
copr: credential cleanup: drop unused openstack/passwords.yml
Drop the use of credentials to (now) non-existing OpenStack.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user