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 d8a50af commit 939ccc3Copy full SHA for 939ccc3
tasks/networks.yml
@@ -22,5 +22,4 @@
22
state: active
23
uri: "{{ libvirt_host_uri | default(omit, true) }}"
24
with_items: "{{ libvirt_host_networks }}"
25
- changed_when: false
26
become: True
tasks/pools.yml
@@ -62,7 +62,6 @@
62
63
64
loop: "{{ libvirt_host_pools | flatten(levels=1) }}"
65
66
67
68
- name: Ensure libvirt storage pools are started on boot
0 commit comments