Re: [ansible-project] Ansible fails to pass a simple shell command to an AIX server : error message "SyntaxError: invalid syntax\r\n", "msg": "MODULE FAILURE"

2016-02-03 Thread Matt Martz
That error is due to the playbook running the setup module during the gather facts step and not having python2 available at /use/bin/Python but instead having python3. If you are just trying to run script without running setup, add `gather_facts: false` to your play definition. Otherwise you

[ansible-project] Ansible fails to pass a simple shell command to an AIX server : error message "SyntaxError: invalid syntax\r\n", "msg": "MODULE FAILURE"

2016-02-02 Thread Nicolette Kis
Hello there, I have the following error message when I run a simple playbook with ("ls -l" shell a command). Could help me to find out what is wrong here ? Below is the debug error message : TASK [setup] *** <192.168.14.224>