TASK [Run anaconda installation script] ****************************************
fatal: [127.0.0.1]: FAILED! => {"changed": false, "msg": "The pexpect python module is required"}
---- name: Run Anaconda shell
hosts: all
vars:
conda_home: "~/anaconda2-NEW"
conda_inst_sh_path: /path/to/Anaconda2-2018.12-MacOSX-x86_64.sh
tasks:
- name: install pexpect
pip:
name: pexpect
become: yes
become_user: root
- name: Run anaconda installation script
expect:
command: "sh {{conda_inst_sh_path}}"
responses:
(?i)password: "MySekretPa$$word"
become: yes
become_user: root
--
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 ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/c849621b-4643-477b-a8b8-59d8e29a31e4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Install "expect" using "yum" rather than "pexpect" using "pip".
--
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 ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CADhJcXNZy9CeMWVxQCSsvXQY5gqiSALPj1VzxvuMA_A6sPi73g%40mail.gmail.com.
I see. Can you also try "brew install pexpect" and run the Ansible code.
--
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 ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CADhJcXOoOoPWOgseK%2BnyOABhSNr1FfJhKxpjj740hpGyiWTEWw%40mail.gmail.com.