Skip to content
Snippets Groups Projects
install.yml 133 B
---

- name: install certbot
  ansible.builtin.package:
    force_apt_get: true
    install_recommends: false
    name: certbot

...