Skip to content

Commit

Permalink
linters fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GomathiselviS committed Nov 1, 2024
1 parent c3f517c commit d27b1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/ec2_vpc_net.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ def wait_for_vpc_ipv6_state(module, connection, vpc_id, ipv6_assoc_state):
ipv6_set = current_value.get("Ipv6CidrBlockAssociationSet")
# "ipv6_cidr": false and no Ipv6CidrBlockAssociationSet
if not ipv6_set and not ipv6_assoc_state:
return
return
if ipv6_set:
if ipv6_assoc_state:
# At least one 'Amazon' IPv6 CIDR block must be associated.
Expand Down

0 comments on commit d27b1e2

Please sign in to comment.