Skip to content

Commit d9be1f9

Browse files
committed
fix again include syntax
1 parent 6ded8e0 commit d9be1f9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tasks/pools.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@
1818
loop: "{{ libvirt_host_pools | flatten(levels=1) }}"
1919
become: True
2020

21-
- include_tasks: rbd.yml
22-
apply:
23-
become: True
21+
- include_tasks:
22+
file: rbd.yml
23+
apply:
24+
become: True
2425
when: item.type == "rbd"
2526
loop: "{{ libvirt_host_pools | flatten(levels=1) }}"
2627

0 commit comments

Comments
 (0)