Skip to content

Commit

Permalink
Cast org size to int
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-at-luther committed Sep 18, 2024
1 parent dd000d6 commit 603d8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible-roles/k8s_fabric_peer/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@

- name: Loop is run
include_tasks: inner.yml
loop: "{{range(0,k8s_fabric_peer_org_size)|list}}"
loop: "{{ range(0, k8s_fabric_peer_org_size | int) | list }}"

0 comments on commit 603d8e0

Please sign in to comment.