ubuntu 24.04
This commit is contained in:
parent
f03d0f6048
commit
2df12f6835
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user