mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2026-09-11 00:10:42 +02:00
Adds test for systemd
This commit is contained in:
@@ -11,3 +11,8 @@
|
||||
src: certbot-renew.timer.j2
|
||||
dest: /etc/systemd/system/certbot-renew.timer
|
||||
notify: certbot restart renew timer
|
||||
|
||||
- name: Start certbot-renew timer
|
||||
systemd:
|
||||
name: certbot-renew.timer
|
||||
state: started
|
||||
|
||||
Reference in New Issue
Block a user