mdir with the -p argument works fine on Solaris, running the commands directly yields this:
> mkdir -p $HOME/.ansible/tmp/ansible-tmp-1430162748.4-36817797133771 && chmod a+rx $HOME/.ansible/tmp/ansible-tmp-1430162748.4-36817797133771 && echo $HOME/.ansible/tmp/ansible-tmp-1430162748.4-36817797133771 /home/savant/.ansible/tmp/ansible-tmp-1430162748.4-36817797133771 On Monday, April 27, 2015 at 9:27:24 PM UTC+2, Brian Coca wrote: > > From the ssh debug it seems you are not feeding the client a valid key > file, but still your default rsa key seems to work instead. > > Still, that is all irrelevant as what is failing is the mkdir command, > but last i checked -p was supported on Solaris. > > > > -- > Brian Coca > -- 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/1395f2ed-f7f9-47b5-a134-bd1294007d0a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
