copr-backend: oops, fix copy-paste leftover

This commit is contained in:
Jakub Kadlcik 2024-10-29 18:27:10 +01:00
parent ad3d1a3a54
commit 713c82215f

View file

@ -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