[ansible-project] No color when running ansible SSH as an argument

2014-10-14 Thread Kevin Burton
If I ssh into a box , interactively, then run ansible, I get color, without any issue. However, if I run it as a batch command, like: ssh rele...@myserver.com ansible-playbook ... Then it doesn't have color. The TERM is setup correctly and the same as when I run ssh interactively. Any

Re: [ansible-project] No color when running ansible SSH as an argument

2014-10-14 Thread Adam Heath
Use ssh -t On 10/14/2014 12:55 PM, Kevin Burton wrote: If I ssh into a box , interactively, then run ansible, I get color, without any issue. However, if I run it as a batch command, like: ssh rele...@myserver.com ansible-playbook ... Then it doesn't have color. The TERM is setup

Re: [ansible-project] No color when running ansible SSH as an argument

2014-10-14 Thread Kevin Burton
Ha. yup. Realized that as I was posting the email... did I didn't try forcing the pseudo terminal : ... so basically I get to be that guy who pretty much answers his own question! :-P Thanks for the help! -- You received this message because you are subscribed to the Google Groups Ansible