use correct boolean values

This commit is contained in:
2024-07-11 22:09:58 +02:00
parent 6bfd530c90
commit 374b5fc7ef
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