do not require certbot service and timer to be started, only enabled

This commit is contained in:
Philip (a-0) 2022-07-26 20:33:05 +02:00
parent 0fbb3d350b
commit bceefce926

View file

@ -48,13 +48,11 @@
- name: Ensure certbot systemd service is enabled
systemd:
name: certbot.service
state: started
enabled: yes
- name: Ensure certbot systemd timer is enabled
systemd:
name: certbot.timer
state: started
enabled: yes
- name: Check whether the cert already exists