Browse Source

Fix PHP task to intall php-zip by default

Emmanuel Bouthenot 3 years ago
parent
commit
0418eb886b
1 changed files with 1 additions and 0 deletions
  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: