feat: update apt upgrade tasks to conditionally refresh cache based on apt_update variable

This commit is contained in:
2026-08-07 11:43:28 +02:00
parent 6ba7c61cb7
commit c4acc32add
8 changed files with 14 additions and 7 deletions
@@ -238,6 +238,11 @@ cron_user_special_time_entries:
cron_user_entries:
- name: "Check load on thi machine"
minute: '*/5'
hour: '*'
job: /root/bin/monitoring/check_webservice_load.sh
- name: "Check if SSH service is running. Restart service if needed."
minute: '*/5'
hour: '*'