From 713c82215fbb06cd05f9283793e3de34e7b6a7a6 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Tue, 29 Oct 2024 18:27:10 +0100 Subject: [PATCH] copr-backend: oops, fix copy-paste leftover --- roles/copr/backend/tasks/pulp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copr/backend/tasks/pulp.yml b/roles/copr/backend/tasks/pulp.yml index 18d79ad5ad..3eabfb695c 100644 --- a/roles/copr/backend/tasks/pulp.yml +++ b/roles/copr/backend/tasks/pulp.yml @@ -27,7 +27,7 @@ - name: Install Pulp config file template: src: pulp-cli.toml - dest: "{{ item.homedir }}/.aws/config" + dest: "/home/copr/.config/pulp/cli.toml" owner: copr group: copr mode: 0600