From 5ecf6668b59841f0a39135079cf48024a10eb128 Mon Sep 17 00:00:00 2001 From: rpwolff Date: Mon, 12 Jun 2023 21:24:48 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Epython.yml=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python.yml b/python.yml index b1de481..6a767e0 100644 --- a/python.yml +++ b/python.yml @@ -2,7 +2,7 @@ - hosts: all tasks: - name: Package installation - dnf: + apt: name: - python3 state: latest