Add GD to the PHP extensions list

This commit is contained in:
staticsafe 2018-06-10 15:40:30 -04:00
parent 7d06e18935
commit 40e6a57afa
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
with_items:
- php-mysql
- php-xml
- php-gd
- name: Install php-fpm
apt: pkg=php-fpm state=latest