Re: [ansible-project] Re: How to debug very simple hanging playbook

2015-07-30 Thread Olivier Lauret
Hi All, I finally found the issue. It is related to the bug #9847 https://github.com/ansible/ansible/issues/9847. If the user doesn't have a home folder assign, we have this issue. The workaround is pretty easy and well explained in the bug report. Thank you @arlinton and Brian for your help.

Re: [ansible-project] Re: How to debug very simple hanging playbook

2015-07-29 Thread Olivier Lauret
Hi All, I have tested the latest version and I have the same behaviour. So, so far , only works in 1.6.10. I guess, this is a regression. Regards, Olivier On Tuesday, 28 July 2015 16:52:23 UTC+1, Olivier Lauret wrote: Hello Brian, Thank you for your answer. I have tried that and it is

Re: [ansible-project] Re: How to debug very simple hanging playbook

2015-07-28 Thread Brian Coca
try logging onto the machine and run this by hand: /bin/sh -c 'su root -c /bin/sh -c '''echo BECOME-SUCCESS-xzmbgooensxgrlbezhnlngbagojwbczg; LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /tmp/.ansible_my_user/tmp/ansible-tmp-1438014075.95-221459817104733/command; rm -rf

Re: [ansible-project] Re: How to debug very simple hanging playbook

2015-07-28 Thread Olivier Lauret
Hello Brian, Thank you for your answer. I have tried that and it is working fine. Thisi is reference to the Password: I mentioned earlier. The problem seems to be related to the version of ansible. It is working fine in 1.6.10 but not in 1.9.1 I am testing now the latest stable version