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
3efee5b2
Verified
Commit
3efee5b2
authored
1 year ago
by
Chris Croome
Browse files
Options
Downloads
Patches
Plain Diff
quote octal mode
parent
b2f7c6d3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1
Merge Sury
Pipeline
#28315
failed
1 year ago
Stage: lint
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
tasks/apt.yml
+4
-4
4 additions, 4 deletions
tasks/apt.yml
tasks/conf.yml
+1
-1
1 addition, 1 deletion
tasks/conf.yml
tasks/file_section_edited.yml
+2
-2
2 additions, 2 deletions
tasks/file_section_edited.yml
tasks/file_templated.yml
+4
-4
4 additions, 4 deletions
tasks/file_templated.yml
with
11 additions
and
11 deletions
tasks/apt.yml
+
4
−
4
View file @
3efee5b2
...
...
@@ -15,7 +15,7 @@
ansible.builtin.file
:
path
:
/etc/apt/keyrings
state
:
directory
mode
:
0755
mode
:
"
0755
"
owner
:
root
group
:
root
...
...
@@ -24,7 +24,7 @@
url
:
"
{{
php_gpg_url
}}"
checksum
:
"
{{
php_gpg_checksum
}}"
dest
:
/etc/apt/keyrings/php.gpg
mode
:
0644
mode
:
"
0644
"
owner
:
root
group
:
root
...
...
@@ -66,7 +66,7 @@
ansible.builtin.template
:
src
:
php.sources.j2
dest
:
/etc/apt/sources.list.d/php.sources
mode
:
0644
mode
:
"
0644
"
owner
:
root
group
:
root
register
:
php_sources
...
...
@@ -75,7 +75,7 @@
ansible.builtin.template
:
src
:
php.pref.j2
dest
:
/etc/apt/preferences.d/php.pref
mode
:
0644
mode
:
"
0644
"
owner
:
root
group
:
root
register
:
php_preferences
...
...
This diff is collapsed.
Click to expand it.
tasks/conf.yml
+
1
−
1
View file @
3efee5b2
...
...
@@ -167,7 +167,7 @@
ansible.builtin.file
:
path
:
"
{{
php_dir
}}"
state
:
directory
mode
:
0755
mode
:
"
0755
"
owner
:
root
group
:
root
loop
:
"
{{
php_conf_dirs_create
}}"
...
...
This diff is collapsed.
Click to expand it.
tasks/file_section_edited.yml
+
2
−
2
View file @
3efee5b2
...
...
@@ -34,7 +34,7 @@
regex
:
"
{{
php_conf_variable_regex
}}"
state
:
present
backrefs
:
true
mode
:
0644
mode
:
"
0644
"
owner
:
root
group
:
root
when
:
php_conf_variable_pair.value != php_conf_file_existing_vars | community.general.json_query(php_conf_variable_json_query)
...
...
@@ -53,7 +53,7 @@
option
:
"
{{
php_conf_variable_pair.key
}}"
value
:
"
{{
php_conf_variable_pair.value
}}"
no_extra_spaces
:
false
mode
:
0644
mode
:
"
0644
"
owner
:
root
group
:
root
when
:
php_conf_variable_pair.value != php_conf_file_existing_vars | community.general.json_query(php_conf_variable_json_query)
...
...
This diff is collapsed.
Click to expand it.
tasks/file_templated.yml
+
4
−
4
View file @
3efee5b2
...
...
@@ -50,7 +50,7 @@
src
:
"
{{
php_conf_file
}}"
dest
:
"
{{
php_conf_file_backup
}}"
remote_src
:
true
mode
:
0644
mode
:
"
0644
"
owner
:
root
group
:
root
when
:
php_conf_file in php_conf_files_existing
...
...
@@ -59,7 +59,7 @@
ansible.builtin.template
:
src
:
php.j2
dest
:
"
{{
php_conf_file
}}"
mode
:
0644
mode
:
"
0644
"
owner
:
root
group
:
root
register
:
php_conf_file_templated
...
...
@@ -86,7 +86,7 @@
src
:
"
{{
php_conf_file
}}"
dest
:
"
{{
php_conf_file_backup
}}.broken"
remote_src
:
true
mode
:
0644
mode
:
"
0644
"
owner
:
root
group
:
root
...
...
@@ -100,7 +100,7 @@
src
:
"
{{
php_conf_file_backup
}}"
dest
:
"
{{
php_conf_file
}}"
remote_src
:
true
mode
:
0644
mode
:
"
0644
"
owner
:
root
group
:
root
when
:
php_conf_file_backup_path.stat.exists | bool
...
...
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