Add missing package for role execution

This commit is contained in:
phil 2023-10-25 19:31:41 +02:00
parent 89865fab2d
commit 327b9a12f1

View file

@ -2,6 +2,7 @@
- name: "Packages | Installiere Pakete"
ansible.builtin.apt:
pkg:
- jq
- php-apcu
- php-bcmath
- php-curl