Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
webservices
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infra
ansible-shared
webservices
Merge requests
!45
wordpress: Install language packs
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
wordpress: Install language packs
th/wordpress-l10n
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
wordpress: Install language packs
Thomas Schneider
requested to merge
th/wordpress-l10n
into
master
Feb 8, 2023
Overview
0
Commits
1
Pipelines
1
Changes
1
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
12fbd9df
1 commit,
Feb 8, 2023
1 file
+
3
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
wordpress/tasks/main.yml
+
3
−
2
View file @ 12fbd9df
Edit in single-file editor
Open in Web IDE
Show full file
---
# file: wordpress/tasks/main.yml
-
name
:
ensure the wordpress package is installed
apt
:
name
:
wordpress
name
:
-
wordpress
-
wordpress-l10n
state
:
present
install_recommends
:
false
tags
:
Loading