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