Something went wrong on our end
-
Antoine SCHILDKNECHT authoredAntoine SCHILDKNECHT authored
install.yml 133 B
---
- name: install certbot
ansible.builtin.package:
force_apt_get: true
install_recommends: false
name: certbot
...