FIX: adds retries and delays to deploy_lxc_on_proxmox role in the task starting container

This commit is contained in:
2026-08-11 15:16:44 +04:00
parent c783b83636
commit 2f21896981
@@ -39,6 +39,8 @@
hostname: "{{ lxc_hostname }}"
state: started
retries: 3
delay: 15
- name: Sleep for a minute to ensure that ssh is ready
become: false