Re: [ansible-project] corrupted output when running script module

2015-06-03 Thread Brian Coca
The warning is not from ansible, but from sudo, which ansible is using at your request. Sudo is trying to verify the hostname and spurting the message into stdout, since Ansible is executing your script under sudo it gets both outputs and cannot distinguish which came from which. The common

Re: [ansible-project] corrupted output when running script module

2015-06-03 Thread dave
ok thanks On Wednesday, June 3, 2015 at 6:09:36 AM UTC-7, Brian Coca wrote: The warning is not from ansible, but from sudo, which ansible is using at your request. Sudo is trying to verify the hostname and spurting the message into stdout, since Ansible is executing your script under

[ansible-project] corrupted output when running script module

2015-06-02 Thread dave
Hello, I'm having a problem with Ansible 1.8.4, which I'm running on a Macintosh to remotely configure a host running on Amazon AWS. The command I'm using to run a playbook is as follows: ansible-playbook playbooks/site.yml -l ec2-54-242-9-223.compute-1.amazonaws.com -v -s -i inventory/qa