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
|
- name: Ensure certbot systemd service is enabled
|
||||||
systemd:
|
systemd:
|
||||||
name: certbot.service
|
name: certbot.service
|
||||||
state: started
|
|
||||||
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: started
|
|
||||||
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