From: Ullli Date: Fri, 29 May 2026 13:53:17 +0000 (+0200) Subject: [added] Task für Dokuwiki X-Git-Url: https://freie-schul-it.de/gitweb/fsit_smgt.git/commitdiff_plain/114c7233fe582f7979ac99bfa030cb355d626eaf?ds=inline;hp=ba9e903d280fc2c988d006977f87966d9e5786ab [added] Task für Dokuwiki --- diff --git a/tasks/dokuwiki.yml b/tasks/dokuwiki.yml new file mode 100644 index 0000000..f94f46a --- /dev/null +++ b/tasks/dokuwiki.yml @@ -0,0 +1,14 @@ +--- +- name: Install packages for dokuwiki + ansible.builtin.apt: + update_cache: yes + pkg: + - apache2 + - php + - libapache2-mod-php + - php-xml + - php-json + - php-mbstring + - php-zip + - php-intl + - php-gd