no deprecated warnings
This commit is contained in:
parent
ac8e89d0dc
commit
0486a60cda
@ -6,8 +6,5 @@
|
||||
|
||||
- name: Install certbot package
|
||||
apt:
|
||||
name: '{{ item }}'
|
||||
name: ['certbot', 'python3-certbot-nginx']
|
||||
state: present
|
||||
with_items:
|
||||
- certbot
|
||||
- python3-certbot-nginx
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user