X-Git-Url: https://freie-schul-it.de/gitweb/fsit_smgt.git/blobdiff_plain/3952ee067ff10b625837064e2f87edc92d7a8665..0fcbf12a4982ea17884edee9241be23ee7e10651:/tasks/piwigo.yml?ds=inline 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 +