Skip to content

Commit 8873e36

Browse files
committed
change include to include_tasks
1 parent 8f6cec2 commit 8873e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/pools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
loop: "{{ libvirt_host_pools | flatten(levels=1) }}"
1919
become: True
2020

21-
- include: rbd.yml
21+
- include_tasks: rbd.yml
2222
when: item.type == "rbd"
2323
loop: "{{ libvirt_host_pools | flatten(levels=1) }}"
2424
become: True

0 commit comments

Comments
 (0)