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
a85324a6
Commit
a85324a6
authored
5 years ago
by
Chris Croome
Browse files
Options
Downloads
Patches
Plain Diff
syntax fix
parent
ee371e51
No related branches found
No related tags found
1 merge request
!2
MPM switching and TLS 1.3
Pipeline
#9757
passed
5 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/a2conf.yml
+2
-2
2 additions, 2 deletions
tasks/a2conf.yml
with
2 additions
and
2 deletions
tasks/a2conf.yml
+
2
−
2
View file @
a85324a6
...
...
@@ -8,7 +8,7 @@
removes
:
"
/etc/apache2/conf-enabled/{{
conf
}}.conf"
when
:
-
apache_conf_disabled is defined
-
apache_conf_disabled != []
)
-
apache_conf_disabled != []
-
conf in apache_conf_loaded
loop
:
"
{{
apache_conf_disabled
}}"
loop_control
:
...
...
@@ -21,7 +21,7 @@
creates
:
"
/etc/apache2/conf-enabled/{{
conf
}}.conf"
when
:
-
apache_conf_enabled is defined
-
apache_conf_enabled != []
)
-
apache_conf_enabled != []
-
conf not in apache_conf_loaded
loop
:
"
{{
apache_conf_enabled
}}"
loop_control
:
...
...
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