Change pre/post hook templates

This commit is contained in:
Romina Brown
2026-04-15 16:12:26 -03:00
parent 1011113914
commit 60a6470a69
3 changed files with 10 additions and 2 deletions
+2 -2
View File
@@ -21,7 +21,7 @@
- name: Create pre hook to stop services.
template:
src: stop_services.j2
src: "{{ certbot_pre_hook_template }}"
dest: /etc/letsencrypt/renewal-hooks/pre/stop_services
owner: root
group: root
@@ -32,7 +32,7 @@
- name: Create post hook to start services.
template:
src: start_services.j2
src: "{{ certbot_post_hook_template }}"
dest: /etc/letsencrypt/renewal-hooks/post/start_services
owner: root
group: root