Premier commit
This commit is contained in:
9
roles/php-fpm/tasks/main.yml
Normal file
9
roles/php-fpm/tasks/main.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: Install php-fpm and deps
|
||||
apt: name={{ item }} state=present
|
||||
with_items:
|
||||
- php
|
||||
- php-fpm
|
||||
- php-mysql
|
||||
notify:
|
||||
- restart php7.0-fpm
|
Reference in New Issue
Block a user