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
d51e3179
Commit
d51e3179
authored
5 years ago
by
Chris Croome
Browse files
Options
Downloads
Patches
Plain Diff
ansible-lint fixes
parent
b85007a3
Loading
Loading
No related merge requests found
Pipeline
#5043
failed
5 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
meta/main.yml
+8
-8
8 additions, 8 deletions
meta/main.yml
tasks/main.yml
+1
-1
1 addition, 1 deletion
tasks/main.yml
with
9 additions
and
9 deletions
meta/main.yml
+
8
−
8
View file @
d51e3179
...
...
@@ -12,12 +12,12 @@ galaxy_info:
-
buster
-
stretch
galaxy_tags
:
[]
# List tags for your role here, one per line. A tag is a keyword that describes
# and categorizes the role. Users find roles by searching for tags. Be sure to
# remove the '[]' above, if you add tags to this list.
#
# NOTE: A tag is limited to a single word comprised of alphanumeric characters.
# Maximum 20 tags per role.
# List tags for your role here, one per line. A tag is a keyword that describes
# and categorizes the role. Users find roles by searching for tags. Be sure to
# remove the '[]' above, if you add tags to this list.
#
# NOTE: A tag is limited to a single word comprised of alphanumeric characters.
# Maximum 20 tags per role.
dependencies
:
[]
# List your role dependencies here, one per line. Be sure to remove the '[]' above,
# if you add dependencies to this list.
# List your role dependencies here, one per line. Be sure to remove the '[]' above,
# if you add dependencies to this list.
This diff is collapsed.
Click to expand it.
tasks/main.yml
+
1
−
1
View file @
d51e3179
...
...
@@ -33,4 +33,4 @@
template
:
src
:
"
templates/{{
phpfpm_version
}}.php.ini.j2"
dest
:
"
/etc/php/{{
phpfpm_version
}}/fpm/php.ini"
backup
:
yes
backup
:
true
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