mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-28 21:31:26 -07:00
fixed error reporting when missing redis import
This commit is contained in:
parent
6e96188085
commit
2463922306
1 changed files with 1 additions and 0 deletions
1
lib/ansible/plugins/cache/redis.py
vendored
1
lib/ansible/plugins/cache/redis.py
vendored
|
@ -23,6 +23,7 @@ import time
|
||||||
import json
|
import json
|
||||||
|
|
||||||
from ansible import constants as C
|
from ansible import constants as C
|
||||||
|
from ansible.errors import AnsibleError
|
||||||
from ansible.plugins.cache.base import BaseCacheModule
|
from ansible.plugins.cache.base import BaseCacheModule
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue