diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-22 22:06:30 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-22 22:06:30 +0200 |
| commit | c5660fc2f031a74cbdc14518f296f91822ed52c3 (patch) | |
| tree | 1346cda3e81bcbfb5bf03c1f4f7af3563f697fce /roles/pve-lxc | |
| parent | 0f3f5a12a4b9656a4e057f6c13c3c03b8ed2c74a (diff) | |
Fix pve-lxc start and add missing docs about backup
Diffstat (limited to 'roles/pve-lxc')
| -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 12a2e814..c7c2962e 100644 --- a/roles/pve-lxc/tasks/main.yml +++ b/roles/pve-lxc/tasks/main.yml @@ -47,6 +47,7 @@ validate_certs: false node: "{{ ansible_facts['hostname'] }}" vmid: "{{ pve_lxc_id }}" + hostname: "{{ pve_lxc_hostname }}" state: started tags: # PVE API not available in containers — requires proxmox-ve package |
