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
All threads resolved!
Hide all comments
Merged
Georg Krause
requested to merge
test-debian-12
into
master
1 year ago
Overview
6
Commits
4
Pipelines
13
Changes
1
All threads resolved!
Hide all comments
Expand
👍
0
👎
0
Merge request reports
Viewing commit
76a8ccd0
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
76a8ccd0
WIP
· 76a8ccd0
Georg Krause
authored
1 year ago
install.sh
+
1
−
0
Options
@@ -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
..."
Loading