Groups
Groups
Sign in
Groups
Groups
Ansible Project
Conversations
About
Send feedback
Help
unarchive Source does not exist
284 views
Skip to first unread message
Daniel
unread,
Jul 2, 2015, 2:50:28 PM
7/2/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ansible...@googlegroups.com
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?
Brian Coca
unread,
Jul 4, 2015, 1:09:43 PM
7/4/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ansible...@googlegroups.com
try latest devel, there was a bug in unarchive that did not let copy=no work.
--
Brian Coca
Reply all
Reply to author
Forward
0 new messages