Skip to content

Commit 7b44301

Browse files
committed
fix: remove unwanted double quote
1 parent 05cc205 commit 7b44301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/pulp_repository/tasks/rpm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
state: "{{ pulp_repository_rpm_repos[repository_index].state }}"
1010
loop: "{{ pulp_repository_rpm_repos | map(attribute='name') }}"
1111
loop_control:
12-
index_var: repository_index"
12+
index_var: repository_index
1313

1414
- name: Setup RPM remotes
1515
pulp.squeezer.rpm_remote:

0 commit comments

Comments
 (0)