mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Leave current secutiry groups as-is if not provided (#19043)
This commit is contained in:
parent
1d80f5cf0f
commit
7b4eb078c6
1 changed files with 7 additions and 6 deletions
|
@ -397,6 +397,7 @@ class ElastiCacheManager(object):
|
||||||
return True
|
return True
|
||||||
|
|
||||||
# check vpc security groups
|
# check vpc security groups
|
||||||
|
if len(self.security_group_ids) > 0:
|
||||||
vpc_security_groups = []
|
vpc_security_groups = []
|
||||||
security_groups = self.data['SecurityGroups'] or []
|
security_groups = self.data['SecurityGroups'] or []
|
||||||
for sg in security_groups:
|
for sg in security_groups:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue