---
# tasks file for certbot
- name: install certbot
  ansible.builtin.package:
    name: certbot
    state: present