Prevented the cleaning up of certs in RESET_MODE, to much certificate renewals at Letsencrypt

This commit is contained in:
2025-11-30 22:05:01 +01:00
parent 8008afe0de
commit 8d3874f432

View File

@@ -1,2 +1,4 @@
- include_tasks: 01_core.yml
when: run_once_sys_ctl_cln_certs is not defined
when:
- run_once_sys_ctl_cln_certs is not defined
- (MODE_CLEANUP | bool) and not (MODE_RESET | bool)