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
|
||||
systemd:
|
||||
name: certbot.service
|
||||
state: reloaded
|
||||
enabled: yes
|
||||
|
||||
- name: Ensure certbot systemd timer is enabled
|
||||
systemd:
|
||||
name: certbot.timer
|
||||
state: reloaded
|
||||
enabled: yes
|
||||
|
||||
- name: Check whether the cert already exists
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue