Skip to content

Commit

Permalink
debug alb issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tymofiisobchenko committed Nov 11, 2024
1 parent c948d0f commit 2c217cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions roles/aws/aws_ec2_autoscale_cluster/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,10 @@
- aws_ec2_autoscale_cluster.alb_security_groups | length > 0
- aws_ec2_autoscale_cluster.create_elb

- name: Debug listeners
ansible.builtin.debug:
var: _aws_ec2_autoscale_cluster_listeners

- name: Create the ALB.
amazon.aws.elb_application_lb:
name: "{{ aws_ec2_autoscale_cluster.name }}"
Expand Down

0 comments on commit 2c217cf

Please sign in to comment.