Hello. On the target machine in bash profile there are lines which checks if the bash session is interactive, then exit 0; By that, interactive logins are prohibited (in /etc/profile). But, I can run command by "ssh host command" or run bash by "ssh host bash -i". When I try to use ansible against the host, ansible faces this exit 0 and fails. Is there a simple way for ansible to skip profile reading or use "/bin/bash -i"? Thanks.
-- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/bdcca753-5ad6-4437-98b3-8071aa5899df%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
