Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nk20
Manage
Activity
Members
Labels
Plan
Issues
31
Issue boards
Milestones
Wiki
Code
Merge requests
7
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
BDE
nk20
Merge requests
!85
Beta soon
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Beta soon
beta-soon
into
master
Overview
0
Commits
10
Pipelines
1
Changes
26
Merged
ynerant
requested to merge
beta-soon
into
master
4 years ago
Overview
0
Commits
10
Pipelines
1
Changes
26
Expand
Minor fixes
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
5d70a809
10 commits,
4 years ago
26 files
+
353
−
68
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
26
Search (e.g. *.vue) (Ctrl+P)
ansible/roles/1-apt-basic/tasks/main.yml
0 → 100644
+
21
−
0
Options
---
-
name
:
Install basic APT packages
apt
:
update_cache
:
true
name
:
-
nginx
-
python3
-
python3-pip
-
python3-dev
-
uwsgi
-
uwsgi-plugin-python3
-
python3-venv
-
git
-
acl
-
gettext
-
texlive-latex-extra
-
texlive-fonts-extra
-
texlive-lang-french
register
:
pkg_result
retries
:
3
until
:
pkg_result is succeeded
Loading