Skip to content

Commit

Permalink
Forgot one.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Jun 3, 2021
1 parent 50b22af commit 4e3604f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/instance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@
- instance.wars is defined

- name: loop over libs
ansible.builtin.include_tasks: lib.yml
ansible.builtin.include_tasks:
file: lib.yml
loop: "{{ instance.libs }}"
loop_control:
loop_var: lib
Expand Down

0 comments on commit 4e3604f

Please sign in to comment.