From 114c7233fe582f7979ac99bfa030cb355d626eaf Mon Sep 17 00:00:00 2001 From: Ullli Date: Fri, 29 May 2026 15:53:17 +0200 Subject: [PATCH 1/1] =?utf8?q?[added]=20Task=20f=C3=BCr=20Dokuwiki?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- tasks/dokuwiki.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tasks/dokuwiki.yml 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 -- 2.39.5