Skip to content
Snippets Groups Projects
Commit 56341ffa authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: create squid3 directory below /var/spool to get rid of error message during service startup

parent df4be7b3
No related branches found
No related tags found
No related merge requests found
...@@ -15,3 +15,10 @@ ...@@ -15,3 +15,10 @@
notify: notify:
- restart squid proxy - restart squid proxy
- name: Spool-Ordner erzeugen
ansible.builtin.file:
path: "/var/spool/squid3"
mode: "0755"
state: directory
owner: "proxy"
group: "proxy"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment