From 18aef95d925aea2662169a87ee7b3a639c7ecb09 Mon Sep 17 00:00:00 2001 From: A Holt Date: Fri, 24 Jun 2022 14:42:32 -0400 Subject: [PATCH] vars/linuxmint-21.yml: python_ver: "3.10" advance fix re: PR #3260 & PR #3265 --- vars/linuxmint-21.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/linuxmint-21.yml b/vars/linuxmint-21.yml index a6403ed91..0135cd65f 100644 --- a/vars/linuxmint-21.yml +++ b/vars/linuxmint-21.yml @@ -28,4 +28,4 @@ sshd_service: ssh php_version: 8.1 postgresql_version: 14 systemd_location: /lib/systemd/system -python_ver: 3.10 +python_ver: "3.10"