From 30c59fa2d4eb21af5f0de7ee4a5b2c8a99633efd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorben=20G=C3=BCnther?= Date: Thu, 4 May 2023 16:28:22 +0200 Subject: [PATCH] srht: Upgrade to python 3.11 --- roles/srht/files/srht.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/srht/files/srht.conf b/roles/srht/files/srht.conf index d66f211..9a88b59 100644 --- a/roles/srht/files/srht.conf +++ b/roles/srht/files/srht.conf @@ -1,4 +1,4 @@ # TODO: Read IP with ansible dns and python version from installed packages -set $python "python3.10"; +set $python "python3.11"; set_real_ip_from 127.0.0.0/16; set_real_ip_from 178.63.61.184; -- 2.44.0