Skip to content

Commit

Permalink
update fqdn in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mandar242 committed Sep 30, 2024
1 parent 964dc59 commit 080348a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/integration/targets/elb_classic_lb_info/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# create test elb with listeners, certificate, and health check

- name: Create ELB
elb_classic_lb:
amazon.aws.elb_classic_lb:
name: '{{ elb_name }}'
state: present
zones:
Expand Down Expand Up @@ -113,7 +113,7 @@
# Change AZ's

- name: Change AZ's
elb_classic_lb:
amazon.aws.elb_classic_lb:
name: '{{ elb_name }}'
state: present
zones:
Expand Down Expand Up @@ -155,7 +155,7 @@
# Update AZ's

- name: Update AZ's
elb_classic_lb:
amazon.aws.elb_classic_lb:
name: '{{ elb_name }}'
state: present
zones:
Expand Down Expand Up @@ -195,7 +195,7 @@
# Purge Listeners

- name: Purge Listeners
elb_classic_lb:
amazon.aws.elb_classic_lb:
name: '{{ elb_name }}'
state: present
zones:
Expand Down Expand Up @@ -234,7 +234,7 @@
# add Listeners

- name: Add Listeners
elb_classic_lb:
amazon.aws.elb_classic_lb:
name: '{{ elb_name }}'
state: present
zones:
Expand Down Expand Up @@ -310,7 +310,7 @@

# ============================================================
- name: remove the test load balancer completely
elb_classic_lb:
amazon.aws.elb_classic_lb:
name: '{{ elb_name }}'
state: absent
register: result
Expand Down

0 comments on commit 080348a

Please sign in to comment.