use correct boolean values

This commit is contained in:
2024-07-11 22:09:58 +02:00
parent b2fa0ab91d
commit 3af9ccddf2
7 changed files with 11 additions and 11 deletions

View File

@@ -24,7 +24,7 @@
hostname: "{{ hypervisor_url }}"
username: "{{ hypervisor_username }}"
password: "{{ hypervisor_password }}"
validate_certs: no
validate_certs: false
datacenter: "{{ hypervisor_cluster }}"
name: "{{ hostname }}"
cdrom:
@@ -72,4 +72,4 @@
- name: Wait for VM to boot up
delegate_to: "{{ inventory_hostname }}"
wait_for_connection:
timeout: 300
timeout: 300