mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
This commit is contained in:
@@ -369,7 +369,7 @@ class ElastiCacheManager(object):
|
||||
'EngineVersion': self.cache_engine_version
|
||||
}
|
||||
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
|
||||
|
||||
# Check cache security groups
|
||||
|
||||
Reference in New Issue
Block a user