diff --git a/roles/proxmox_lxc/tasks/main.yml b/roles/proxmox_lxc/tasks/main.yml index f5ebe31..813744e 100644 --- a/roles/proxmox_lxc/tasks/main.yml +++ b/roles/proxmox_lxc/tasks/main.yml @@ -49,6 +49,7 @@ clone_type: "full" storage: "{{ target_storage }}" timeout: 600 + validate_certs: false register: cloned_lxc - name: Wait for LXC to unlock @@ -70,6 +71,7 @@ net0: "name=eth0,bridge=vmbr0,ip=dhcp" state: present update: true + validate_certs: false - name: Start the LXC container community.proxmox.proxmox: @@ -80,6 +82,7 @@ node: "{{ target_node }}" vmid: "{{ cloned_lxc.vmid }}" state: started + validate_certs: false - name: Set VMID fact for later use ansible.builtin.set_fact: