From ccf2b8db4a37ebca008f8967e0c7c4c815e6e4f2 Mon Sep 17 00:00:00 2001 From: Ullli Date: Tue, 2 Jun 2026 08:06:34 +0200 Subject: [PATCH] =?utf8?q?neuer=20Task=20f=C3=BCr=20Bibltiothek=20mit=20Ko?= =?utf8?q?ha?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- tasks/koha.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tasks/koha.yml diff --git a/tasks/koha.yml b/tasks/koha.yml new file mode 100644 index 0000000..a1b540d --- /dev/null +++ b/tasks/koha.yml @@ -0,0 +1,7 @@ +--- +- name: install server specific packages + ansible.builtin.apt: + pkg: + - mariadb-server +# - koha-common + -- 2.39.5