From 9ef5d3ec27070d0169f318b53a100bce4cdb31b9 Mon Sep 17 00:00:00 2001 From: ArdavanPb Date: Sun, 20 Jul 2025 17:32:58 +0330 Subject: [PATCH] edit to python311 --- roles/install-datadiode.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/install-datadiode.yml b/roles/install-datadiode.yml index 9351d00..322a07f 100644 --- a/roles/install-datadiode.yml +++ b/roles/install-datadiode.yml @@ -10,5 +10,5 @@ - name: Install Python zypper: - name: python3 + name: python311 state: present