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
b88487ea
Verified
Commit
b88487ea
authored
1 year ago
by
Chris Croome
Browse files
Options
Downloads
Patches
Plain Diff
tweaks
parent
39b36c25
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#27222
passed
1 year ago
Stage: lint
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/checks.yml
+2
-2
2 additions, 2 deletions
tasks/checks.yml
with
2 additions
and
2 deletions
tasks/checks.yml
+
2
−
2
View file @
b88487ea
...
...
@@ -243,12 +243,12 @@
-
name
:
Set a fact for the default version of PHP when it is a symlink
ansible.builtin.set_fact
:
apache_php_version
:
"
{{
apache_php_update_alt_q_value_path.stat.lnk_target
|
regex_replace('^php')
}}"
apache_php_version
:
"
{{
apache_php_update_alt_q_value_path.stat.lnk_target
|
ansible.builtin.
regex_replace('^php')
}}"
when
:
apache_php_update_alt_q_value_path.stat.islnk | bool
-
name
:
Set a fact for the default version of PHP when it is a not symlink
ansible.builtin.set_fact
:
apache_php_version
:
"
{{
apache_php_update_alt_q.value
|
regex_replace('^/usr/bin/php')
}}"
apache_php_version
:
"
{{
apache_php_update_alt_q.value
|
ansible.builtin.
regex_replace('^/usr/bin/php')
}}"
when
:
not apache_php_update_alt_q_value_path.stat.islnk | bool
-
name
:
A default PHP version is required
...
...
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