The error message you are receiving man's that ansible is unable to find the program needed to uncompress and unarchive on the remote machine. I'd have to look but I believe for tar.gz files, ansible is looking for gtar and then falling back to tar. The reason is that it needs a tar that supports grip compression. Check what tar you have available on that system.
If there isn't an obvious problem with tar, I can lookup the exact code to see what other incompatibilities might lead us to this error message.
-Toshio
--
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-proje...@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/2b5a4a00-0936-4641-a8b4-fb57835c3d11%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
On Aug 13, 2015 2:40 PM, "Andy Brittingham" <abritt...@gmail.com> wrote:
>
> I have these versions installed on my servers.
>
> tar-1.26-29.el7.x86_64
> gzip-1.5-7.el7.x86_64
> bzip2-1.0.6-12.el7.x86_64
> unzip-6.0-15.el7.x86_64
>
> This is a new problem since I upgraded to ansible 1.9.2 on 14.04. I can run the same playbook on ansible on my mac or fedora 21 with no problems.
Sorry, I've been at a conference and a few days of vacation. I'll look into this today. What's your source os and destination os?
-Toshio