mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
Fix typo in redis cache change from 10afaee1
This commit is contained in:
2
lib/ansible/cache/redis.py
vendored
2
lib/ansible/cache/redis.py
vendored
@@ -98,5 +98,5 @@ class CacheModule(BaseCacheModule):
|
||||
# FIXME: there is probably a better way to do this in redis
|
||||
ret = dict()
|
||||
for key in self.keys():
|
||||
ret[key] self.get(key)
|
||||
ret[key] = self.get(key)
|
||||
return ret
|
||||
|
||||
Reference in New Issue
Block a user