mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +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
|
apache_log: /var/log/apache2/access.log
|
||||||
sshd_package: openssh-server
|
sshd_package: openssh-server
|
||||||
sshd_service: ssh
|
sshd_service: ssh
|
||||||
php_version: 8.0
|
php_version: 8.1
|
||||||
postgresql_version: 13
|
postgresql_version: 14
|
||||||
systemd_location: /lib/systemd/system
|
systemd_location: /lib/systemd/system
|
||||||
python_ver: 3.9
|
python_ver: "3.10"
|
||||||
|
|
|
@ -26,4 +26,4 @@ sshd_service: ssh
|
||||||
php_version: 8.1
|
php_version: 8.1
|
||||||
postgresql_version: 14
|
postgresql_version: 14
|
||||||
systemd_location: /lib/systemd/system
|
systemd_location: /lib/systemd/system
|
||||||
python_ver: 3.10
|
python_ver: "3.10"
|
||||||
|
|
|
@ -26,4 +26,4 @@ sshd_service: ssh
|
||||||
php_version: 8.1
|
php_version: 8.1
|
||||||
postgresql_version: 14
|
postgresql_version: 14
|
||||||
systemd_location: /lib/systemd/system
|
systemd_location: /lib/systemd/system
|
||||||
python_ver: 3.10
|
python_ver: "3.10"
|
||||||
|
|
Loading…
Reference in a new issue