Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible_lza_proxy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Digital Preservation
ansible_lza_proxy
Commits
56341ffa
Commit
56341ffa
authored
1 year ago
by
Jörg Sachse
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/configure-squid-proxy.yml
+7
-0
7 additions, 0 deletions
tasks/configure-squid-proxy.yml
with
7 additions
and
0 deletions
tasks/configure-squid-proxy.yml
+
7
−
0
View file @
56341ffa
...
@@ -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"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment