summaryrefslogtreecommitdiffstats
path: root/roles/pve-lxc
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
commitf07a7b485fcfec6e2ba9cfef19ecc7b0b0b5d58d (patch)
treec38f65cb23663e002894cd3b5598c2b0e2bda6e1 /roles/pve-lxc
parent9407eecc04c703c1bfc413efda93c41ae305689f (diff)
Fix starting the created container
Diffstat (limited to 'roles/pve-lxc')
-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