Skip to content

Commit d38d5e7

Browse files
committed
Fix the linting error [E206]
1 parent c62784c commit d38d5e7

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
@@ -26,5 +26,5 @@
2626
password: "{{ pulp_password }}"
2727
repository: "{{ item.name }}"
2828
remote: "{{ item.name }}-remote"
29-
with_items: "{{ pulp_repository_rpm_repos}}"
29+
with_items: "{{ pulp_repository_rpm_repos }}"
3030
when: item.state == "present"

0 commit comments

Comments
 (0)