mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-18 17:55:09 +02:00
Optimized sys-hlth-csp performance
This commit is contained in:
parent
14d3f65a70
commit
43362e1694
@ -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 }}"
|
||||
|
@ -8,10 +8,7 @@
|
||||
name: pkgmgr-install
|
||||
vars:
|
||||
package_name: checkcsp
|
||||
|
||||
- name: rebuild checkcsp docker image
|
||||
shell: checkcsp build
|
||||
# Todo this could be optimized in the future
|
||||
package_notify: rebuild checkcsp docker image
|
||||
|
||||
- name: "create {{ health_csp_crawler_folder }}"
|
||||
file:
|
||||
|
Loading…
x
Reference in New Issue
Block a user