Skip to content

Commit

Permalink
repoclosure_check_repos is a list, so let's pass it as one
Browse files Browse the repository at this point in the history
`loop` is picky when you pass a list of lists
  • Loading branch information
evgeni committed Oct 1, 2023
1 parent 13797bc commit 3629898
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions obal/data/roles/repoclosure/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@

- name: Run repoclosure for a target repo
include_tasks: repoclosure.yml
loop:
- "{{ repoclosure_check_repos }}"
loop: "{{ repoclosure_check_repos }}"
loop_control:
loop_var: repo_url
index_var: index
Expand Down

0 comments on commit 3629898

Please sign in to comment.