Skip to content

Commit

Permalink
Avoid variable collisions
Browse files Browse the repository at this point in the history
  • Loading branch information
jsenecal committed Sep 18, 2024
1 parent 2f32978 commit a463857
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
- setup.yml
- plugins.yml
- system.yml
ansible.builtin.include_tasks: "{{ item }}"
loop_control:
loop_var: filename
ansible.builtin.include_tasks: "{{ filename }}"

- name: Build the netbox docker image when required
ansible.builtin.include_tasks: build.yml
Expand Down

0 comments on commit a463857

Please sign in to comment.