Dear members,
am having some issues executing expect and getting this error when i run my ansible playbook
Insufficient version of pexpect installed (2.3), this module requires pexpect>=3.3
fatal: [XXXXXXXXX]: FAILED! => {“changed”: false, “msg”: “Insufficient version of pexpect installed (2.3), this module requires pexpect>=3.3. Error was ‘module’ object has no attribute ‘_run’”}
…ignoring
How can I have this resolved?