certbot: Disable automatic renewal of certs

This commit is contained in:
Timo Makinen 2022-03-11 18:16:53 +00:00
parent dd46f2c974
commit 3ab761a94c

View file

@ -60,3 +60,8 @@
mode: 0644
owner: root
group: "{{ ansible_wheel }}"
- name: disable timer
ansible.builtin.systemd:
name: certbot-renew.timer
enabled: false