Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
php
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
php
Commits
17a8a52d
Verified
Commit
17a8a52d
authored
1 year ago
by
Chris Croome
Browse files
Options
Downloads
Patches
Plain Diff
be more verbose in diff mode
parent
beb20cc2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#32762
passed
1 year ago
Stage: bookworm
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/conf.yml
+6
-6
6 additions, 6 deletions
tasks/conf.yml
with
6 additions
and
6 deletions
tasks/conf.yml
+
6
−
6
View file @
17a8a52d
...
...
@@ -44,7 +44,7 @@
-
name
:
Debug existing PHP versions configuration directories to be deleted
ansible.builtin.debug
:
var
:
php_conf_dirs_remove
verbosity
:
"
{%
if
ansible_check_mode
|
bool
%}0{%
else
%}1{%
endif
%}"
verbosity
:
"
{%
if
ansible_check_mode
|
bool
or
ansible_diff_mode
|
bool
%}0{%
else
%}1{%
endif
%}"
-
name
:
Find the existing PHP configuration files
ansible.builtin.find
:
...
...
@@ -128,7 +128,7 @@
-
name
:
Debug existing PHP configuration files to be deleted
ansible.builtin.debug
:
var
:
php_conf_files_remove
verbosity
:
"
{%
if
ansible_check_mode
|
bool
%}0{%
else
%}1{%
endif
%}"
verbosity
:
"
{%
if
ansible_check_mode
|
bool
or
ansible_diff_mode
|
bool
%}0{%
else
%}1{%
endif
%}"
-
name
:
Set a fact for existing PHP configuration files and directories to be deleted
ansible.builtin.set_fact
:
...
...
@@ -137,7 +137,7 @@
-
name
:
Debug PHP configuration paths to be deleted
ansible.builtin.debug
:
var
:
php_conf_rm
verbosity
:
"
{%
if
ansible_check_mode
|
bool
%}0{%
else
%}1{%
endif
%}"
verbosity
:
"
{%
if
ansible_check_mode
|
bool
or
ansible_diff_mode
|
bool
%}0{%
else
%}1{%
endif
%}"
-
name
:
PHP configuration paths absent
ansible.builtin.file
:
...
...
@@ -164,7 +164,7 @@
-
name
:
Debug PHP configuration directories that need to be created
ansible.builtin.debug
:
var
:
php_conf_dirs_create
verbosity
:
"
{%
if
ansible_check_mode
|
bool
%}0{%
else
%}1{%
endif
%}"
verbosity
:
"
{%
if
ansible_check_mode
|
bool
or
ansible_diff_mode
|
bool
%}0{%
else
%}1{%
endif
%}"
-
name
:
PHP configuration directories present
ansible.builtin.file
:
...
...
@@ -199,7 +199,7 @@
-
name
:
Debug all PHP configuration files that should be templated
ansible.builtin.debug
:
var
:
php_conf_files_template
verbosity
:
"
{%
if
ansible_check_mode
|
bool
%}0{%
else
%}1{%
endif
%}"
verbosity
:
"
{%
if
ansible_check_mode
|
bool
or
ansible_diff_mode
|
bool
%}0{%
else
%}1{%
endif
%}"
-
name
:
Include PHP configuration file templated tasks
ansible.builtin.include_tasks
:
file_templated.yml
...
...
@@ -218,7 +218,7 @@
-
name
:
Debug all PHP configuration files that should be edited
ansible.builtin.debug
:
var
:
php_conf_files_edit
verbosity
:
"
{%
if
ansible_check_mode
|
bool
%}0{%
else
%}1{%
endif
%}"
verbosity
:
"
{%
if
ansible_check_mode
|
bool
or
ansible_diff_mode
|
bool
%}0{%
else
%}1{%
endif
%}"
-
name
:
Include PHP configuration file edited tasks
ansible.builtin.include_tasks
:
file_edited.yml
...
...
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