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 31a7184 commit 4d81148Copy full SHA for 4d81148
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
@@ -61,7 +61,6 @@
61
62
63
loop: "{{ libvirt_host_pools | flatten(levels=1) }}"
64
65
66
67
- name: Ensure libvirt storage pools are started on boot
0 commit comments