Hi There,
I am using ‘expect’ module in my ymal.
Before using this, I install ‘pip install pexpect’.
And, ran the ansible-playbook command and got this error.
FAILED! => {“changed”: false, “failed”: true, “invocation”: {“module_args”: {“chdir”: null, “command”: “keytool -import”, “creates”: null, “echo”: false, “removes”: null, “responses”: {“Question”: [true]}, “timeout”: 30}, “module_name”: “expect”}, “msg”: “The pexpect python module is required”}
Can you please help?
Thanks
Debabrat