diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-06 18:06:40 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-06 18:06:40 +0200 |
| commit | f07a7b485fcfec6e2ba9cfef19ecc7b0b0b5d58d (patch) | |
| tree | c38f65cb23663e002894cd3b5598c2b0e2bda6e1 | |
| parent | 9407eecc04c703c1bfc413efda93c41ae305689f (diff) | |
Fix starting the created container
| -rw-r--r-- | roles/pve-lxc/tasks/main.yml | 1 |
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 |
