Hi Team ,
When I am running an Ansible Playbook on an host it works fine with the root user , but when I tried with different user it is timing out . It seems the ksh shell profile is looking for terminal type for that user .Since I am not passing from playbook it is timing out .
For the same user , it works fine when I change the default shell to bash on the host .
My question here is ,
- is there a way programmatically can change the default shell to /bin/bash from playbook?
I tried using environmental variable , but it didn’t work.
or
- Is there a way to pass the terminal type ?
Thanks for your help in advance .
Thanks,
Nagaraju