Does shell module work without python2.7 installed at remote machine? Thanks & Regards, Sourav
On Friday, September 30, 2016 at 9:51:30 PM UTC+5:30, Sourav Chatterjee wrote: > > I wanted to execute shell command on remote machine but in background > using nohup and & like below - > > - raw: "nohup touch /tmp/hello.txt &" > > It is not working. It works if it is executed without nohup and &. Any > suggestions would be helpful here. > > Note: I will not be able to make use of any other module as python2 is not > installed on remote machine and no internet connection on remote machine. > > 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/4d66e85a-2dec-47af-96ed-9c0726974d08%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
