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
Merge requests
!36
ci: Run tests on debian 12
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
ci: Run tests on debian 12
test-debian-12
into
master
Overview
6
Commits
4
Pipelines
13
Changes
4
Merged
Georg Krause
requested to merge
test-debian-12
into
master
1 year ago
Overview
6
Commits
4
Pipelines
13
Changes
1
Expand
👍
0
👎
0
Merge request reports
Viewing commit
4b37bfbc
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
4b37bfbc
WIP
· 4b37bfbc
Georg Krause
authored
1 year ago
install.sh
+
1
−
1
Options
@@ -216,7 +216,7 @@ do_install() {
init_ansible
()
{
echo
"[2/
$total_steps
] Installing ansible dependencies..."
install_packages curl git python3-pip python3-venv python3-apt python3-psycopg2
sudo
locales locales-all
install_packages curl git python3-pip python3-venv python3-apt python3-psycopg2
sudo
locales locales-all
python3-openssl
echo
"[2/
$total_steps
] Installing Ansible..."
python3
-m
venv
$ansible_venv_path
$ansible_venv_path
/bin/pip3
install
ansible
==
"
$ansible_version
"
Loading