Skip to content

Commit 939ccc3

Browse files
committed
[skip ci] cleanup role
1 parent d8a50af commit 939ccc3

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
@@ -62,7 +62,6 @@
6262
state: active
6363
uri: "{{ libvirt_host_uri | default(omit, true) }}"
6464
loop: "{{ libvirt_host_pools | flatten(levels=1) }}"
65-
changed_when: false
6665
become: True
6766

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

0 commit comments

Comments
 (0)