Skip to content

Commit 4d81148

Browse files
committed
[skip ci] cleanup role
1 parent 31a7184 commit 4d81148

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tasks/networks.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,4 @@
2222
state: active
2323
uri: "{{ libvirt_host_uri | default(omit, true) }}"
2424
with_items: "{{ libvirt_host_networks }}"
25-
changed_when: false
2625
become: True

tasks/pools.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
state: active
6262
uri: "{{ libvirt_host_uri | default(omit, true) }}"
6363
loop: "{{ libvirt_host_pools | flatten(levels=1) }}"
64-
changed_when: false
6564
become: True
6665

6766
- name: Ensure libvirt storage pools are started on boot

0 commit comments

Comments
 (0)