Skip to content

Commit 05cc205

Browse files
committed
fix: incorrect indentation on loop
1 parent d908c84 commit 05cc205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/pulp_repository/tasks/container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
validate_certs: "{{ pulp_validate_certs | bool }}"
88
name: "{{ pulp_repository_container_repos[repository_index].name }}"
99
state: "{{ pulp_repository_container_repos[repository_index].state }}"
10-
loop: "{{ pulp_repository_container_repos | map(attribute='name') }}"
10+
loop: "{{ pulp_repository_container_repos | map(attribute='name') }}"
1111
loop_control:
1212
index_var: repository_index
1313

0 commit comments

Comments
 (0)