reload certbot service and timer

This commit is contained in:
Philip (a-0) 2022-07-26 20:35:31 +02:00
parent bceefce926
commit b32e157e32

View file

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