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 a8ccd60 commit 83f6590Copy full SHA for 83f6590
tasks/post-install-Debian.yml
@@ -32,7 +32,9 @@
32
insertbefore: "^}"
33
line: " {{ item.path }}/** rwk,"
34
become: true
35
- when: item.type == "dir"
+ when:
36
+ - item.type == "dir"
37
+ - libvirt_host_install_daemon | bool
38
loop: "{{ libvirt_host_pools | flatten(levels=1) }}"
39
notify:
40
- reload libvirt qemu apparmor profile template
0 commit comments