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
b71a0eef
Verified
Commit
b71a0eef
authored
1 year ago
by
Chris Croome
Browse files
Options
Downloads
Patches
Plain Diff
debug test
parent
575e6c78
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#29340
failed
1 year ago
Stage: trixie
Stage: bookworm
Stage: jammy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/checks.yml
+16
-0
16 additions, 0 deletions
tasks/checks.yml
with
16 additions
and
0 deletions
tasks/checks.yml
+
16
−
0
View file @
b71a0eef
...
...
@@ -11,6 +11,22 @@
-
name
:
Check that mistakes haven't been made in the variables and arrays
block
:
-
name
:
Find the mods available
ansible.builtin.find
:
paths
:
/etc/apache2/mods-available
file_type
:
file
use_regex
:
true
patterns
:
'
^.*[.]load$'
recurse
:
false
register
:
apache_mods_available_load
-
name
:
Debug the mods available
ansible.builtin.debug
:
var
:
apache_mods_available_load
-
name
:
Debug fail
ansible.builtin.fail
:
-
name
:
Check that at least one module is in apache_mods_enabled and that either mpm_event or mpm_prefork is enabled
ansible.builtin.assert
:
that
:
...
...
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