no deprecated warnings
This commit is contained in:
@@ -6,8 +6,5 @@
|
||||
|
||||
- name: Install certbot package
|
||||
apt:
|
||||
name: '{{ item }}'
|
||||
name: ['certbot', 'python3-certbot-nginx']
|
||||
state: present
|
||||
with_items:
|
||||
- certbot
|
||||
- python3-certbot-nginx
|
||||
|
||||
Reference in New Issue
Block a user