Discussion:
[ansible-project] unarchive
k***@googlemail.com
2015-06-03 04:11:11 UTC
Permalink
Hi guys,

after upgrading from 1.8 to 1.9.1 the unarchive doesn't work any more.

msg: dest '...' must be an existing dir

I've found several issues in the bug tracker, but they're all closed. The problem is that there seems to be a fix or workaround, but I don't find or understand it.

Or should I use copy and a commad with tar -xf ... as recommended workarorund?

Thanks,

Jan
--
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 ansible-project+***@googlegroups.com.
To post to this group, send email to ansible-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/b6a6c4ac-b42c-4ec2-a79f-9d29f67e7783%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Nate Dobbs
2015-06-03 16:53:32 UTC
Permalink
I've run into this too on version 1.9.1 I ended up converting my unarchive
code ( worked before upgrade ) and ended up using the 'command' module with
creates support.
Post by k***@googlemail.com
Hi guys,
after upgrading from 1.8 to 1.9.1 the unarchive doesn't work any more.
msg: dest '...' must be an existing dir
I've found several issues in the bug tracker, but they're all closed. The problem is that there seems to be a fix or workaround, but I don't find or understand it.
Or should I use copy and a commad with tar -xf ... as recommended workarorund?
Thanks,
Jan
--
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 ansible-project+***@googlegroups.com.
To post to this group, send email to ansible-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/05543dbb-6769-448c-b69a-c8835cb65325%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Nate Dobbs
2015-06-03 16:55:02 UTC
Permalink
Also - try updating your unzip packages on your host as well, I know there
are incompatible versions of unzip that break the unarchive module - it may
not solve your problem but its worth a try.
Post by Nate Dobbs
I've run into this too on version 1.9.1 I ended up converting my unarchive
code ( worked before upgrade ) and ended up using the 'command' module with
creates support.
Post by k***@googlemail.com
Hi guys,
after upgrading from 1.8 to 1.9.1 the unarchive doesn't work any more.
msg: dest '...' must be an existing dir
I've found several issues in the bug tracker, but they're all closed. The problem is that there seems to be a fix or workaround, but I don't find or understand it.
Or should I use copy and a commad with tar -xf ... as recommended workarorund?
Thanks,
Jan
--
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 ansible-project+***@googlegroups.com.
To post to this group, send email to ansible-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/241377f4-f5a2-43d4-a1b6-f8b708971f4d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Continue reading on narkive:
Loading...