retrace: Fix Fedora repo assignment again

Use the correct variable to loop over this time.
This commit is contained in:
Matěj Grabovský 2021-09-15 11:03:05 +02:00 committed by kevin
parent 27fac761b9
commit 54ff2d749d

View file

@ -9,8 +9,8 @@
tags: add_repo
- name: Assign repositories to Fedora releases
loop: "{{ rs_internal_fedora_vers | product(rs_internal_arch_list) | list }}"
command: "faf repoassign 'Fedora' '{{ item[0] }}' '{{ item[1] }}'"
loop: "{{ faf_repos }}"
command: "faf repoassign '{{ item.name }}' '{{ item.opsys }}' '{{ item.arch }}'"
become: yes
become_user: faf
tags: add_repo