Skip to content

Commit

Permalink
fix fqdn
Browse files Browse the repository at this point in the history
  • Loading branch information
mandar242 committed Oct 18, 2024
1 parent 2cd0a06 commit ede4c7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/targets/ec2_vpc_vgw/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

# ============================================================
- name: Create a VPC
community.aws.ec2_vpc_net:
amazon.aws.ec2_vpc_net:
name: "{{ vpc_name }}-{{ item }}"
state: present
cidr_block: "{{ vpc_cidr }}"
Expand Down Expand Up @@ -300,7 +300,7 @@
ignore_errors: true

- name: Delete vpc
community.aws.ec2_vpc_net:
amazon.aws.ec2_vpc_net:
name: "{{ vpc_name }}-{{ item }}"
state: absent
cidr_block: "{{ vpc_cidr }}"
Expand Down

0 comments on commit ede4c7e

Please sign in to comment.