---
- name: Install certbot
become: true
apt:
name: certbot
state: present
update_cache: yes
- name: Create acme dir
file:
path: /var/www/acme
state: directory