From fec5ede1d6a9ec75e32b3b6a4bad457b7d45af95 Mon Sep 17 00:00:00 2001 From: Drazen Date: Tue, 23 Sep 2025 11:03:05 +0200 Subject: [PATCH 1/2] ALB-retries-delay --- roles/deploy_container/tasks/action-create.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/deploy_container/tasks/action-create.yml b/roles/deploy_container/tasks/action-create.yml index 3ec81194..88c144aa 100644 --- a/roles/deploy_container/tasks/action-create.yml +++ b/roles/deploy_container/tasks/action-create.yml @@ -278,6 +278,7 @@ ip_address_type: "{{ deploy_container.aws_ecs.elb_ip_address_type }}" register: _aws_ecs_cluster_alb delegate_to: localhost + wait: true - name: Create ECS service. community.aws.ecs_service: From d9ef84e72c1e917e0e1841dd976686fe3774b974 Mon Sep 17 00:00:00 2001 From: Drazen Date: Wed, 24 Sep 2025 12:02:00 +0200 Subject: [PATCH 2/2] origin/ALB-retries-delay-PR-1.x --- roles/deploy_container/tasks/action-create.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/deploy_container/tasks/action-create.yml b/roles/deploy_container/tasks/action-create.yml index 88c144aa..9ab44402 100644 --- a/roles/deploy_container/tasks/action-create.yml +++ b/roles/deploy_container/tasks/action-create.yml @@ -276,9 +276,9 @@ listeners: "{{ _aws_ecs_cluster_listeners }}" idle_timeout: "{{ deploy_container.aws_ecs.elb_idle_timeout }}" ip_address_type: "{{ deploy_container.aws_ecs.elb_ip_address_type }}" + wait: true register: _aws_ecs_cluster_alb delegate_to: localhost - wait: true - name: Create ECS service. community.aws.ecs_service: