mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-28 13:21:25 -07:00
This commit is contained in:
parent
de57fa71c1
commit
f16ec4e64c
1 changed files with 1 additions and 1 deletions
|
@ -369,7 +369,7 @@ class ElastiCacheManager(object):
|
||||||
'EngineVersion': self.cache_engine_version
|
'EngineVersion': self.cache_engine_version
|
||||||
}
|
}
|
||||||
for key, value in modifiable_data.items():
|
for key, value in modifiable_data.items():
|
||||||
if value is not None and self.data[key] != value:
|
if value is not None and value and self.data[key] != value:
|
||||||
return True
|
return True
|
||||||
|
|
||||||
# Check cache security groups
|
# Check cache security groups
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue