From de716a3a74898580183d809f782a602447c444b4 Mon Sep 17 00:00:00 2001 From: jerick Date: Mon, 8 Jun 2026 20:25:16 -0400 Subject: [PATCH] removed cert validation --- roles/proxmox_lxc/tasks/main.yml | 3 +++ 1 file changed, 3 insertions(+) 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: