From 61eff7f24bb2cb23c0f899811d13a3916493997a Mon Sep 17 00:00:00 2001 From: rpwolff Date: Mon, 12 Jun 2023 21:18:36 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Epythonyml=E2=80=9C=20hinzuf=C3=BCgen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pythonyml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pythonyml diff --git a/pythonyml b/pythonyml new file mode 100644 index 0000000..d9f79b2 --- /dev/null +++ b/pythonyml @@ -0,0 +1,9 @@ +--- +- hosts: all + tasks: + - name: Package installation + dnf: + name: + - python3 + state: latest +Skip to the bottom of list