From 2df12f683522fc2bc53579f8f8083d63dc405724 Mon Sep 17 00:00:00 2001 From: Rottler Tamas Date: Thu, 8 Jan 2026 20:30:54 +0100 Subject: [PATCH] ubuntu 24.04 --- tasks/debian.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tasks/debian.yml b/tasks/debian.yml index 2f5397b..bb466a7 100644 --- a/tasks/debian.yml +++ b/tasks/debian.yml @@ -134,6 +134,14 @@ - ansible_distribution == "Ubuntu" - ansible_distribution_major_version|int() == 22 +- name: set phpver for debian ubuntu24 + set_fact: + phpver: "8.3" + # default, ubuntuba nem teszunk sury repot + when: + - ansible_distribution == "Ubuntu" + - ansible_distribution_major_version|int() == 24 + - name: install packages [phpver] tags: apt