Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
ansible
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
funkwhale
ansible
Merge requests
!37
feat: Make sure pip is up to date before running installation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
feat: Make sure pip is up to date before running installation
update-pip
into
master
Overview
6
Commits
1
Pipelines
6
Changes
1
All threads resolved!
Hide all comments
Merged
Georg Krause
requested to merge
update-pip
into
master
1 year ago
Overview
6
Commits
1
Pipelines
6
Changes
1
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Compare
master
version 5
16883f14
1 year ago
version 4
14f542a0
1 year ago
version 3
e0970bf6
1 year ago
version 2
916b371f
1 year ago
version 1
b57c94e3
1 year ago
master (base)
and
latest version
latest version
d1190c1b
1 commit,
1 year ago
version 5
16883f14
1 commit,
1 year ago
version 4
14f542a0
1 commit,
1 year ago
version 3
e0970bf6
2 commits,
1 year ago
version 2
916b371f
2 commits,
1 year ago
version 1
b57c94e3
1 commit,
1 year ago
1 file
+
4
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
tasks/funkwhale.yml
+
4
−
1
Options
@@ -210,7 +210,10 @@
@@ -210,7 +210,10 @@
become
:
true
become
:
true
become_user
:
"
{{
funkwhale_username
}}"
become_user
:
"
{{
funkwhale_username
}}"
pip
:
pip
:
name
:
wheel
name
:
-
"
wheel"
-
"
pip>=21.3"
-
"
setuptools>=64"
virtualenv
:
"
{{
funkwhale_install_path
}}/virtualenv"
virtualenv
:
"
{{
funkwhale_install_path
}}/virtualenv"
virtualenv_python
:
python3
virtualenv_python
:
python3
Loading