Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
ansible
Manage
Activity
Members
Labels
Plan
Issues
13
Issue boards
Milestones
Wiki
Code
Merge requests
1
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
Commits
d45a7bde
Commit
d45a7bde
authored
1 year ago
by
Georg Krause
Browse files
Options
Downloads
Patches
Plain Diff
fix: Make sure pip is up-to-date before using it
parent
c50999c7
Branches
test-debian-12
Branches containing commit
No related tags found
1 merge request
!36
ci: Run tests on debian 12
Pipeline
#32031
passed with stages
in 6 minutes and 49 seconds
Changes
1
Pipelines
11
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
install.sh
+1
-0
1 addition, 0 deletions
install.sh
with
1 addition
and
0 deletions
install.sh
+
1
−
0
View file @
d45a7bde
...
...
@@ -219,6 +219,7 @@ init_ansible() {
install_packages curl git python3-pip python3-venv python3-apt python3-psycopg2
sudo
locales locales-all
echo
"[2/
$total_steps
] Installing Ansible..."
python3
-m
venv
$ansible_venv_path
$ansible_venv_path
/bin/pip3
install
--upgrade
pip
$ansible_venv_path
/bin/pip3
install
ansible
==
"
$ansible_version
"
echo
"[2/
$total_steps
] Creating ansible configuration files in
$ansible_conf_path
..."
...
...
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