id: std-download name: Download author: Aloïs Micard description: Download a remote file into specific directory steps: - exec: curl {url} -o {file} -s