no deprecated warnings
This commit is contained in:
@@ -1,13 +1,5 @@
|
||||
---
|
||||
- name: Install php-fpm package and deps
|
||||
apt:
|
||||
name: "{{ item }}"
|
||||
name: ['php-fpm', 'php-imagick', 'php-memcached', 'php-zip', 'php-mysql', 'php-gd', 'php-mbstring']
|
||||
state: present
|
||||
with_items:
|
||||
- php-fpm
|
||||
- php-imagick
|
||||
- php-memcached
|
||||
- php-zip
|
||||
- php-mysql
|
||||
- php-gd
|
||||
- php-mbstring
|
||||
|
||||
Reference in New Issue
Block a user