Explorar o código

Fix PHP task to intall php-zip by default

Emmanuel Bouthenot %!s(int64=4) %!d(string=hai) anos
pai
achega
0418eb886b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      roles/webserver/tasks/php.yml

+ 1 - 0
roles/webserver/tasks/php.yml

@@ -25,6 +25,7 @@
       - 'php{{ php_version }}-mysql'
       - 'php{{ php_version }}-pgsql'
       - 'php{{ php_version }}-sqlite3'
+      - 'php{{ php_version }}-zip'
     state: 'present'
   when: with_php|bool and ansible_lsb.major_release|int >= 9
   tags: