I'm guessing you are trying to supply an integer as one of the responses, try quoting it like "1"
On Tue, Jan 24, 2017 at 11:36 AM, Pavel Voinov <[email protected]> wrote: > I have similar problem but with a bit different outcome: > > Insufficient version of pexpect installed (4.2.1), this module requires > pexpect>=3.3. Error was 'int' object has no attribute 'rstrip'" > > Ansible version:* 2.2.0.0* > pexpect version: *4.2.1* (definitely greater than 3.3). > > > On Tuesday, 29 November 2016 00:05:57 UTC, neha gupta wrote: >> >> Hi >> >> I am using ansible (version 2.2) for installing a software, where I >> require "*expect*" to be used. I have installed the pexpect module >> (version 4.2) and Python (version 2.7) in the local and remote server. >> However, on running ansible script, getting following error: >> >> "module_name": "expect" >> >> "msg": "The pexpect python module is required" >> >> Please help. >> >> Regards >> Neha >> > -- > 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/22215f7e-add9-481e-85ae-d13b89973e60%40googlegroups. > com > <https://groups.google.com/d/msgid/ansible-project/22215f7e-add9-481e-85ae-d13b89973e60%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Matt Martz @sivel sivel.net -- 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/CAD8N0v_HT42osVUGdOoPg_i2G%3DoQuO%3DpMouvp570Tn9F5qmwLg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
