ansible / ansible-modules-extras

Ansible extra modules - these modules ship with ansible
947 stars 1.47k forks source link

pexpect 4.0.1 Ansible variable issue #3712

Closed doug2525 closed 7 years ago

doug2525 commented 7 years ago

Receiving error "Insufficient version of pexpect installed (4.0.1), this module requires pexpect>=3.3. Error was 'NoneType' object has no attribute 'rstrip'" When trying to use Ansible variable in value field. It works fine if I hard code the value but if I use the Ansible variable I get the version error. Ansible version 2.1.1.0 pexpect version 4.0.1

Works fine:

Version Error:

ansibot commented 7 years ago

This repository has been locked. All new issues and pull requests should be filed in https://github.com/ansible/ansible

Please read through the repomerge page in the dev guide.