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