Semaphore: Change Ubuntu release from 'jammy' to 'noble' (#11625)

This commit is contained in:
CanbiZ (MickLesk)
2026-02-06 17:58:03 +01:00
committed by GitHub
parent 465af25e00
commit 9c9771f684

View File

@@ -19,7 +19,7 @@ setup_deb822_repo \
"ansible" \
"https://keyserver.ubuntu.com/pks/lookup?fingerprint=on&op=get&search=0x6125E2A8C77F2818FB7BD15B93C4A3FD7BB9C367" \
"http://ppa.launchpad.net/ansible/ansible/ubuntu" \
"jammy"
"noble"
$STD apt install -y ansible
msg_ok "Installed Dependencies"