Files
configpolicy/roles/squid/handlers/main.yml
Dustin C. Hatch 74e4a4d898 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.
2024-06-12 18:43:23 -05:00

11 lines
209 B
YAML

- name: reload systemd
systemd:
daemon_reload: true
- name: reload squid
service:
name=squid
state=reloaded
- name: save firewalld configuration
command: firewall-cmd --runtime-to-permanent