From 7c69733787d29e385148976ae895cefd94753561 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Tue, 29 Oct 2024 18:49:38 +0100 Subject: [PATCH] copr-bacend: fix items variable name --- 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 3eabfb695c..efeb8df4c6 100644 --- a/roles/copr/backend/tasks/pulp.yml +++ b/roles/copr/backend/tasks/pulp.yml @@ -14,7 +14,7 @@ - name: Install Pulp auth certificates copy: - src: "{{ private }}/files/copr/pulp/{{ name }}" + src: "{{ private }}/files/copr/pulp/{{ item }}" dest: "/home/copr/.config/pulp/" owner: copr group: copr