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

@@ -4,7 +4,7 @@
hostname: "{{ hypervisor_url }}"
username: "{{ hypervisor_username }}"
password: "{{ hypervisor_password }}"
validate_certs: no
validate_certs: false
datacenter: "{{ hypervisor_cluster }}"
cluster: "{{ hypervisor_node }}"
folder: "{{ vm_path }}"
@@ -30,4 +30,4 @@
networks:
- vlan: "{{ vlan_name }}"
type: dhcp
ignore_errors: yes
ignore_errors: true