mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 14:41:23 -07:00
remove vpc requirement for default outbound traffic (#22743)
This commit is contained in:
parent
11138abc51
commit
224b5d5283
1 changed files with 2 additions and 2 deletions
|
@ -443,8 +443,8 @@ def main():
|
||||||
src_group_id=grantGroup,
|
src_group_id=grantGroup,
|
||||||
cidr_ip=thisip)
|
cidr_ip=thisip)
|
||||||
changed = True
|
changed = True
|
||||||
elif vpc_id:
|
else:
|
||||||
# when using a vpc, but no egress rules are specified,
|
# when no egress rules are specified,
|
||||||
# we add in a default allow all out rule, which was the
|
# we add in a default allow all out rule, which was the
|
||||||
# default behavior before egress rules were added
|
# default behavior before egress rules were added
|
||||||
default_egress_rule = 'out--1-None-None-None-0.0.0.0/0'
|
default_egress_rule = 'out--1-None-None-None-0.0.0.0/0'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue