Files
ansible-collection-infrastr…/roles
patrick 77723f8ef7 fix(proxmox_lxc_provision): wait for container config file before editing it
The proxmox create task can return before pmxcfs has flushed the .conf, so the
first delegated lineinfile hit 'Destination /etc/pve/lxc/<vmid>.conf does not
exist'. Poll for the file with wait_for (up to 30s) before applying idmaps/GPU
config, which continues as soon as it appears rather than eating a fixed sleep.
2026-07-27 19:06:22 -04:00
..