Skip to content
Snippets Groups Projects
Commit 46e98902 authored by Benjamin Bertrand's avatar Benjamin Bertrand
Browse files

Fix molecule env download from url

By default, if the file exists locally, get_url will NOT download the
file.
force shall be set to true to force the file to be downloaded.
parent f5ce63b6
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@
get_url:
url: "{{ env_file }}"
dest: "{{ env_file_path }}"
force: true
owner: conda
group: users
mode: 0644
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment