PHP role is now installing required PHP libs.

Close issue #2
This commit is contained in:
staticsafe 2017-01-14 14:17:50 +00:00
parent f7bdbcd297
commit 0897a454ae
1 changed files with 6 additions and 0 deletions

View File

@ -1,4 +1,10 @@
---
- name: Install PHP libraries
apt: pkg={{ item }} state=latest
with_items:
- php-mysql
- php-xml
- name: Install php-fpm
apt: pkg=php-fpm state=latest
- name: Start PHP-FPM daemon, and make sure it is started on boot