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 b0fa885 commit 3975c10Copy full SHA for 3975c10
tasks/main.yml
@@ -4,7 +4,7 @@
4
# VMs.
5
when: >-
6
(libvirt_vms | selectattr('state', 'defined')
7
- | selectattr('state', 'eq', 'absent') | list) != libvirt_vms
+ | selectattr('state', 'equalto', 'absent') | list) != libvirt_vms
8
9
- include_tasks: volumes.yml
10
vars:
0 commit comments