From 50ccaede6372c46e60345b875f3c45c50c140fbc Mon Sep 17 00:00:00 2001 From: Ullli Date: Tue, 2 Jun 2026 08:35:34 +0200 Subject: [PATCH] =?utf8?q?Piwigo=20um=20Download=20der=20aktuellen=20Verio?= =?utf8?q?n=20erg=C3=A4nzt?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- tasks/piwigo.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tasks/piwigo.yml b/tasks/piwigo.yml index 4b52b76..d292d04 100644 --- a/tasks/piwigo.yml +++ b/tasks/piwigo.yml @@ -20,3 +20,10 @@ - php-curl - unzip +- name: Download Piwigo latest zip + ansible.builtin.get_url: + url: https://piwigo.org/download/dlcounter.php?code=latest + dest: /home/ansible/piwigo-latest.zip + owner: ansible + group: ansible + -- 2.39.5