ansible-pet/1/roles/php/tasks/main.yml

6 lines
175 B
YAML
Raw Normal View History

---
- name: Install php-fpm package and deps
apt:
2021-02-25 16:31:59 +03:00
name: ['php-fpm', 'php-imagick', 'php-memcached', 'php-zip', 'php-mysql', 'php-gd', 'php-mbstring']
state: present