Skip to content

Commit

Permalink
Fix FQDN
Browse files Browse the repository at this point in the history
Signed-off-by: Alina Buzachis <abuzachis@redhat.com>
  • Loading branch information
alinabuzachis committed Sep 20, 2022
1 parent bc4c1fc commit 3dd7a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/targets/ec2_eip/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
aws_secret_key: '{{ aws_secret_key }}'
security_token: '{{ security_token | default(omit) }}'
region: '{{ aws_region }}'
ec2_eip:
amazon.aws.ec2_eip:
in_vpc: true

block:
Expand Down

0 comments on commit 3dd7a07

Please sign in to comment.