Skip to content

Commit 6e5b2cd

Browse files
committed
fix: remove remaining unwanted double quotes
1 parent 7b44301 commit 6e5b2cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/pulp_repository/tasks/rpm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
pulp_repository_rpm_repos[repository_index].url is defined
3737
loop: "{{ pulp_repository_rpm_repos | map(attribute='name') }}"
3838
loop_control:
39-
index_var: repository_index"
39+
index_var: repository_index
4040

4141
- name: Sync RPM remotes into repositories
4242
pulp.squeezer.rpm_sync:
@@ -52,4 +52,4 @@
5252
- pulp_repository_rpm_repos[repository_index].state == "present"
5353
loop: "{{ pulp_repository_rpm_repos | map(attribute='name') }}"
5454
loop_control:
55-
index_var: repository_index"
55+
index_var: repository_index

0 commit comments

Comments
 (0)