Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
webservices
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infra
ansible-shared
webservices
Merge requests
!44
Fix systemd service treatment for prosody
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix systemd service treatment for prosody
prosody
into
master
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Hinrikus Wolf
requested to merge
prosody
into
master
2 years ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
we can also discuss about taking it out. Since I am probably the only user of this role for prosody
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
1b036f30
1 commit,
2 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
acmebot/defaults/main.yml
+
1
−
1
Options
@@ -116,7 +116,7 @@ acmebot_default_services:
nginx-proxy
:
"
systemctl
reload
nginx-proxy"
postfix
:
"
systemctl
reload
postfix"
postgresql
:
"
systemctl
reload
postgresql"
prosody
:
"
systemctl
re
start
prosody"
prosody
:
"
systemctl
re
load
prosody"
# authorizations to maintain without certficates (e.g. for master/follower)
acmebot_authorizations
:
{}
Loading