mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
Merge pull request #3260 from holta/python-3.10-ansible
Force string python_ver: "3.10" in ubuntu-2204.yml & ubuntu-2210.yml [also update debian-12.yml "Bookworm"]
This commit is contained in:
commit
adeded594c
3 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@ mysql_service: mariadb
|
|||
apache_log: /var/log/apache2/access.log
|
||||
sshd_package: openssh-server
|
||||
sshd_service: ssh
|
||||
php_version: 8.0
|
||||
postgresql_version: 13
|
||||
php_version: 8.1
|
||||
postgresql_version: 14
|
||||
systemd_location: /lib/systemd/system
|
||||
python_ver: 3.9
|
||||
python_ver: "3.10"
|
||||
|
|
|
@ -26,4 +26,4 @@ sshd_service: ssh
|
|||
php_version: 8.1
|
||||
postgresql_version: 14
|
||||
systemd_location: /lib/systemd/system
|
||||
python_ver: 3.10
|
||||
python_ver: "3.10"
|
||||
|
|
|
@ -26,4 +26,4 @@ sshd_service: ssh
|
|||
php_version: 8.1
|
||||
postgresql_version: 14
|
||||
systemd_location: /lib/systemd/system
|
||||
python_ver: 3.10
|
||||
python_ver: "3.10"
|
||||
|
|
Loading…
Reference in a new issue