Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
apache
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Show more breadcrumbs
webarch
apache
Commits
eacbeb4d
Verified
Commit
eacbeb4d
authored
10 months ago
by
Chris Croome
Browse files
Options
Downloads
Patches
Plain Diff
fix for running role in a chroot
parent
90204f00
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#33068
passed
10 months ago
Stage: trixie
Stage: bookworm
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.pre-commit-config.yaml
+1
-1
1 addition, 1 deletion
.pre-commit-config.yaml
tasks/mpm.yml
+8
-2
8 additions, 2 deletions
tasks/mpm.yml
with
9 additions
and
3 deletions
.pre-commit-config.yaml
+
1
−
1
View file @
eacbeb4d
...
...
@@ -31,7 +31,7 @@ repos:
name
:
Markdown Lint
# https://github.com/ansible/ansible-lint/releases
-
repo
:
https://github.com/ansible/ansible-lint.git
rev
:
v24.2.
1
rev
:
v24.2.
2
hooks
:
-
id
:
ansible-lint
name
:
Ansible Lint
...
...
This diff is collapsed.
Click to expand it.
tasks/mpm.yml
+
8
−
2
View file @
eacbeb4d
...
...
@@ -51,7 +51,10 @@
ansible.builtin.service
:
name
:
apache2
state
:
restarted
when
:
apache_mpm_event_enabled.changed
when
:
-
apache_mpm_event_enabled.changed
-
apache_init is defined
-
apache_init == "systemd"
when
:
-
ansible_local.a2query.mpm == "prefork"
...
...
@@ -80,7 +83,10 @@
ansible.builtin.service
:
name
:
apache2
state
:
restarted
when
:
apache_mpm_prefork_enabled.changed
when
:
-
apache_mpm_prefork_enabled.changed
-
apache_init is defined
-
apache_init == "systemd"
when
:
-
ansible_local.a2query.mpm == "event"
...
...
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