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 f57c136 commit 23d7c2eCopy full SHA for 23d7c2e
examples/list_vms_with_ide_disk.yml
@@ -54,4 +54,6 @@
54
- name: Fail if any VM uses IDE disk
55
ansible.builtin.fail:
56
msg: Found {{ ide_vm_names | length }} VMs using IDE disk
57
- when: ide_vm_names | length > 0
+ when: ide_vm_names | length >s 0
58
+ # VMs with IDE disks are created while testing. Ignore them if testing.
59
+ ignore_errors: "{{ hypercore_example_check_mode | default(false) }}"
0 commit comments