no deprecated warnings

This commit is contained in:
lulzette 2021-02-25 16:31:59 +03:00
parent ac8e89d0dc
commit 0486a60cda
2 changed files with 2 additions and 13 deletions

View File

@ -6,8 +6,5 @@
- name: Install certbot package
apt:
name: '{{ item }}'
name: ['certbot', 'python3-certbot-nginx']
state: present
with_items:
- certbot
- python3-certbot-nginx

View File

@ -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