certbot: Disable automatic renewal of certs
This commit is contained in:
parent
dd46f2c974
commit
3ab761a94c
1 changed files with 5 additions and 0 deletions
|
@ -60,3 +60,8 @@
|
|||
mode: 0644
|
||||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
|
||||
- name: disable timer
|
||||
ansible.builtin.systemd:
|
||||
name: certbot-renew.timer
|
||||
enabled: false
|
||||
|
|
Loading…
Add table
Reference in a new issue