Skip to content

Commit 3526bdf

Browse files
committed
fix include syntax
1 parent 8873e36 commit 3526bdf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tasks/pools.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@
1919
become: True
2020

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

2627
- name: Ensure libvirt storage pools are defined
2728
virt_pool:

0 commit comments

Comments
 (0)