Skip to content

Commit 3975c10

Browse files
authored
Use 'equalto' instead of 'eq' test
1 parent b0fa885 commit 3975c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# VMs.
55
when: >-
66
(libvirt_vms | selectattr('state', 'defined')
7-
| selectattr('state', 'eq', 'absent') | list) != libvirt_vms
7+
| selectattr('state', 'equalto', 'absent') | list) != libvirt_vms
88
99
- include_tasks: volumes.yml
1010
vars:

0 commit comments

Comments
 (0)