mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-09-02 03:23:18 +02:00
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:
@@ -22,8 +22,8 @@
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
||||
"hdd": 4,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
"os": "ubuntu",
|
||||
"version": "24.04"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user