mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
Fix typo in redis cache change from 10afaee1
This commit is contained in:
parent
b818fbb305
commit
8708a00cbd
1 changed files with 1 additions and 1 deletions
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue