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