do not require certbot service and timer to be started, only enabled
This commit is contained in:
parent
0fbb3d350b
commit
bceefce926
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue