diff --git a/roles/deploy_container/tasks/action-create.yml b/roles/deploy_container/tasks/action-create.yml index 3ec81194..9ab44402 100644 --- a/roles/deploy_container/tasks/action-create.yml +++ b/roles/deploy_container/tasks/action-create.yml @@ -276,6 +276,7 @@ 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