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