Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible_lza_validators
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Preservation
ansible_lza_validators
Commits
9e666af2
Commit
9e666af2
authored
1 year ago
by
Jörg Sachse
Browse files
Options
Downloads
Patches
Plain Diff
chore: replace deprecated ansible-lint exception
parent
2adcede0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/configure_apache.yml
+1
-1
1 addition, 1 deletion
tasks/configure_apache.yml
with
1 addition
and
1 deletion
tasks/configure_apache.yml
+
1
−
1
View file @
9e666af2
...
@@ -45,7 +45,7 @@
...
@@ -45,7 +45,7 @@
# symlink /etc/apache2/conf-available/serve-cgi-bin.conf to /etc/apache2/conf-enabled/
# symlink /etc/apache2/conf-available/serve-cgi-bin.conf to /etc/apache2/conf-enabled/
-
name
:
CGI-Extension-Config aktivieren
-
name
:
CGI-Extension-Config aktivieren
ansible.builtin.command
:
"
/usr/sbin/a2enconf
serve-cgi-bin"
# noqa
301
ansible.builtin.command
:
"
/usr/sbin/a2enconf
serve-cgi-bin"
# noqa
no-changed-when
when
:
not "(enabled by site administrator)" in a2query.stdout
when
:
not "(enabled by site administrator)" in a2query.stdout
register
:
a2enconf
register
:
a2enconf
changed_when
:
not "already enabled" in a2enconf.stdout
changed_when
:
not "already enabled" in a2enconf.stdout
...
...
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