Hello,
I'm having the same problem as in #12019 <https://github.com/ansible/ansible/issues/12019> but with a newer version of ansible. I'm writing here as @jimi-c <https://github.com/jimi-c> warns about people not reading comments to closed issues. I have ansible 1.9.3 and redis but it doesn't work. $ ansible --version ansible 1.9.3 configured module search path = None $ python -c "import redis ; print 'ok'" ok $ ansible-playbook testset.yml --dry-runThe 'redis' python module is required, 'pip install redis' Do you have any idea of how to proceed -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/077541da-42e8-4ecd-b5f6-aa4a441c8436%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
