summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2026-07-06 18:06:40 +0200
committerAhmed AbdelHalim <[email protected]>2026-07-06 18:06:40 +0200
commitcf18fb0b98aa470cafd1b49d4dd5cb76ca443c21 (patch)
treec38f65cb23663e002894cd3b5598c2b0e2bda6e1
parent6bf65ed100c7f9554025a133c7c52033f2545219 (diff)
Fix starting the created container
-rw-r--r--roles/pve-lxc/tasks/main.yml1
1 files changed, 1 insertions, 0 deletions
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