Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible_lza_ingest
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Preservation
ansible_lza_ingest
Commits
fb754906
Commit
fb754906
authored
4 years ago
by
Jörg Sachse
Browse files
Options
Downloads
Patches
Plain Diff
fix: make sure PIDfile directory is created by handler after config is deployed
parent
cbd00e61
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
handlers/main.yml
+4
-0
4 additions, 0 deletions
handlers/main.yml
tasks/install_subapp.yml
+1
-0
1 addition, 0 deletions
tasks/install_subapp.yml
with
5 additions
and
0 deletions
handlers/main.yml
+
4
−
0
View file @
fb754906
...
@@ -38,3 +38,7 @@
...
@@ -38,3 +38,7 @@
-
name
:
activate kernel parameter changes
-
name
:
activate kernel parameter changes
command
:
sysctl -p
command
:
sysctl -p
ignore_errors
:
true
ignore_errors
:
true
-
name
:
create PIDfiles
command
:
systemd-tmpfiles --create
This diff is collapsed.
Click to expand it.
tasks/install_subapp.yml
+
1
−
0
View file @
fb754906
...
@@ -14,6 +14,7 @@
...
@@ -14,6 +14,7 @@
owner
:
"
root"
owner
:
"
root"
group
:
"
root"
group
:
"
root"
mode
:
"
0644"
mode
:
"
0644"
notify
:
create PIDfiles
# erst nach der Erstellung der User/Gruppen durchführen!
# erst nach der Erstellung der User/Gruppen durchführen!
-
name
:
update Sources
-
name
:
update Sources
...
...
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