From 2f21896981fd872d253acc2f045fb562c78458df Mon Sep 17 00:00:00 2001 From: Maxim Vershinin Date: Tue, 11 Aug 2026 15:16:44 +0400 Subject: [PATCH] FIX: adds retries and delays to deploy_lxc_on_proxmox role in the task starting container --- roles/deploy_lxc_on_proxmox/tasks/main.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/deploy_lxc_on_proxmox/tasks/main.yaml b/roles/deploy_lxc_on_proxmox/tasks/main.yaml index f230a41..6a74105 100644 --- a/roles/deploy_lxc_on_proxmox/tasks/main.yaml +++ b/roles/deploy_lxc_on_proxmox/tasks/main.yaml @@ -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