Thanks for the reply. I am copying the zip file from the master server to the host, so I cannot set copy to 'no'.
As a workaround, I could copy the zip file onto the host first, and then unarchive while setting copy to 'no', but I'd rather do it all in one step without copying the zip file to the 'host'. On Wednesday, November 19, 2014 12:24:48 PM UTC-5, Brian Coca wrote: > > from the unarchive docs: > > - copy > if true, the file is copied from the 'master' to the target > machine, otherwise, the plugin will look for src archive at > the target machine. (Choices: yes, no) [Default: yes] > > > by default unarchive assumes you are copying the file from the master > server, try adding copy=no to your tasks. > > > -- > 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/28fb9f69-9ea8-4b28-80fe-4ed274e4be29%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
