reload certbot service and timer
This commit is contained in:
parent
bceefce926
commit
b32e157e32
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue