Update to 2023-09-13 23:00

This commit is contained in:
Daniel Berteaud
2023-09-13 23:00:21 +02:00
parent 758b7f1094
commit 3475fdc9bf
12 changed files with 9 additions and 119 deletions

View File

@@ -6,12 +6,6 @@
- name: restart squid
service: name=squid state=restarted
- name: restart c-icap
service: name=c-icap state={{ squid_scan_av | ternary('restarted', 'stopped') }}
- name: restart squid-clamd
service: name=squid-clamd state={{ squid_scan_av | ternary('restarted', 'stopped') }}
- name: restart ufdb
service: name={{ squid_ufdb_unit.stat.exists | ternary('ufdbGuard','ufdb') }} state={{ squid_filter_url | ternary('restarted', 'stopped') }}