From 935805a96c2a465fbfdf4c935c58ebff54b879ad Mon Sep 17 00:00:00 2001 From: vincent Date: Sun, 6 Sep 2020 21:26:10 +0200 Subject: [PATCH] adapt php for postgress --- tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/main.yml b/tasks/main.yml index 9377c7a..901d66a 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -6,6 +6,7 @@ - php-fpm - php-intl - php-imagick + - php-pgsql state: present become: yes