aboutsummaryrefslogtreecommitdiff
path: root/roles/libvirt/tasks/vm-check-exists.yml
diff options
context:
space:
mode:
authorspmfox <spmfox@foxwd.com>2023-06-17 00:43:37 -0400
committerspmfox <spmfox@foxwd.com>2023-06-17 00:43:37 -0400
commit44646dacd59db844e039a9ca566c7c48e35abe1b (patch)
tree6a25d4316c807327ff015c719ecec97b76ab58f7 /roles/libvirt/tasks/vm-check-exists.yml
parentf035f1f259dd617e8d4459008d7e1165ea04c025 (diff)
ansible-lint cleanup
Diffstat (limited to 'roles/libvirt/tasks/vm-check-exists.yml')
-rw-r--r--roles/libvirt/tasks/vm-check-exists.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/libvirt/tasks/vm-check-exists.yml b/roles/libvirt/tasks/vm-check-exists.yml
index 3b80f23..82a6d34 100644
--- a/roles/libvirt/tasks/vm-check-exists.yml
+++ b/roles/libvirt/tasks/vm-check-exists.yml
@@ -7,4 +7,3 @@
ansible.builtin.fail:
msg: "VM {{ libvirt_vm_name }} does not exist."
when: libvirt_vm_name | string not in vms_list.list_vms
-