Optimized sys-hlth-csp performance

This commit is contained in:
2025-08-16 18:03:32 +02:00
parent 14d3f65a70
commit 43362e1694
2 changed files with 8 additions and 4 deletions

View File

@@ -3,3 +3,10 @@
name: sys-hlth-csp{{ SYS_SERVICE_SUFFIX }}
enabled: yes
daemon_reload: yes
async: "{{ ASYNC_TIME if ASYNC_ENABLED | bool else omit }}"
poll: "{{ ASYNC_POLL if ASYNC_ENABLED | bool else omit }}"
- name: rebuild checkcsp docker image
shell: checkcsp build
async: "{{ ASYNC_TIME if ASYNC_ENABLED | bool else omit }}"
poll: "{{ ASYNC_POLL if ASYNC_ENABLED | bool else omit }}"