I have a task in my main.yml

- name: download and extract binary installer
  unarchive: 
src=https://www.aescrypt.com/download/v3/linux/AESCrypt-GUI-3.10-Linux-x86_64-Install.tgz
 
dest=/tmp copy=no

When I run this I get the following error:

TASK: [common | download and extract binary installer] 
************************
failed: [localhost] => {"failed": true}
msg: Source 
'https://www.aescrypt.com/download/v3/linux/AESCrypt-GUI-3.10-Linux-x86_64-Install.tgz'
 
does not exist

I know that the URL is valid and using "copy=no" with a URL for src is the 
documented use: http://docs.ansible.com/unarchive_module.html

Any idea how I can get around this error?

-- 
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/06d07205-bc57-4549-8b88-2c68418aa94c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to