fix(semaphore): switch from Debian 12 to Ubuntu 24.04

Ansible PPA (ansible-core 2.20+) requires Python 3.12+ which is not
available on Debian 12 (ships Python 3.11). This causes a SyntaxError
during ansible-core installation on Debian.

Ubuntu 24.04 ships Python 3.12 natively, making the Ansible PPA fully
compatible. Replaced the manual deb822 repo setup with the native
apt-add-repository PPA method.
This commit is contained in:
MickLesk
2026-02-07 20:56:49 +01:00
parent 6bde13497f
commit 38c551cfef
3 changed files with 5 additions and 11 deletions
+2 -2
View File
@@ -22,8 +22,8 @@
"cpu": 2,
"ram": 2048,
"hdd": 4,
"os": "debian",
"version": "12"
"os": "ubuntu",
"version": "24.04"
}
}
],