---
- name: restart certbot
  become: true
  service:
    name: certbot
    state: restarted
