From 533e79ba959143f0459431a486bfb85c56c72ddc Mon Sep 17 00:00:00 2001 From: luisgulo Date: Fri, 24 Oct 2025 18:01:10 +0200 Subject: Releasing code version 1.8.0 --- examples/download.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 examples/download.yaml (limited to 'examples/download.yaml') diff --git a/examples/download.yaml b/examples/download.yaml new file mode 100644 index 0000000..ce1276e --- /dev/null +++ b/examples/download.yaml @@ -0,0 +1,9 @@ +tasks: + - name: Descargar binario de servicio + module: download + args: + url: https://example.com/binario.tar.gz + dest: /tmp/manual.pdf + proxy: http://proxy.local:3128 + continue: true + become: true -- cgit v1.2.3