copr-bacend: fix items variable name
This commit is contained in:
parent
713c82215f
commit
7c69733787
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
- name: Install Pulp auth certificates
|
- name: Install Pulp auth certificates
|
||||||
copy:
|
copy:
|
||||||
src: "{{ private }}/files/copr/pulp/{{ name }}"
|
src: "{{ private }}/files/copr/pulp/{{ item }}"
|
||||||
dest: "/home/copr/.config/pulp/"
|
dest: "/home/copr/.config/pulp/"
|
||||||
owner: copr
|
owner: copr
|
||||||
group: copr
|
group: copr
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue