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
|
||||
|
||||
from ansible import constants as C
|
||||
from ansible.errors import AnsibleError
|
||||
from ansible.plugins.cache.base import BaseCacheModule
|
||||
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue