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.
success
1 parent 543ac79 commit 0d9b954Copy full SHA for 0d9b954
tasks/destroy-volumes.yml
@@ -7,6 +7,6 @@
7
with_items: "{{ libvirt_vm_volumes }}"
8
register: volume_result
9
changed_when:
10
- - volume_result | success
+ - volume_result is success
11
- (volume_result.stdout | from_json).changed | default(True)
12
become: yes
tasks/volumes.yml
@@ -26,6 +26,6 @@
26
27
28
29
30
31
become: true
0 commit comments