We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f6cec2 commit 8873e36Copy full SHA for 8873e36
tasks/pools.yml
@@ -18,7 +18,7 @@
18
loop: "{{ libvirt_host_pools | flatten(levels=1) }}"
19
become: True
20
21
-- include: rbd.yml
+- include_tasks: rbd.yml
22
when: item.type == "rbd"
23
24
0 commit comments