From cf18fb0b98aa470cafd1b49d4dd5cb76ca443c21 Mon Sep 17 00:00:00 2001 From: Ahmed AbdelHalim Date: Mon, 6 Jul 2026 18:06:40 +0200 Subject: Fix starting the created container --- roles/pve-lxc/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/pve-lxc/tasks/main.yml b/roles/pve-lxc/tasks/main.yml index 5d035270..02ae4d0a 100644 --- a/roles/pve-lxc/tasks/main.yml +++ b/roles/pve-lxc/tasks/main.yml @@ -42,6 +42,7 @@ api_host: "{{ ansible_facts['hostname'] }}" api_user: "{{ pve_admin_user }}@pve" api_password: "{{ pve_admin_password }}" + node: "{{ ansible_facts['hostname'] }}" vmid: "{{ pve_lxc_id }}" state: started no_log: true -- cgit v1.2.3