r/squid: Let squid initialize cache dirs

The `squid.service` systemd unit now correctly initializes the
configured cache directories, so we do not need to do it explicitly
before starting the server.
This commit is contained in:
2024-06-12 18:43:23 -05:00
parent f54858ee5e
commit 74e4a4d898
2 changed files with 1 additions and 6 deletions

View File

@@ -2,10 +2,6 @@
systemd:
daemon_reload: true
- name: initialize squid cache directories
command:
/usr/sbin/squid -N -z -F -f /etc/squid/squid.conf
- name: reload squid
service:
name=squid