From 327b9a12f17bb53976d661810933de85f5747d49 Mon Sep 17 00:00:00 2001 From: phil Date: Wed, 25 Oct 2023 19:31:41 +0200 Subject: [PATCH] Add missing package for role execution --- tasks/packages.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/packages.yml b/tasks/packages.yml index c266c96..c19b14b 100644 --- a/tasks/packages.yml +++ b/tasks/packages.yml @@ -2,6 +2,7 @@ - name: "Packages | Installiere Pakete" ansible.builtin.apt: pkg: + - jq - php-apcu - php-bcmath - php-curl