From fcf522c60840f8fbcbaabaabc38feac1e1539e61 Mon Sep 17 00:00:00 2001 From: Simon Zernisch Date: Fri, 16 Jun 2023 19:27:17 +0200 Subject: [PATCH] jetzt aber --- main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/main.yml b/main.yml index d10c7d3..8d30d4c 100644 --- a/main.yml +++ b/main.yml @@ -2,6 +2,12 @@ - name: Install required Pip modules hosts: localhost tasks: + - name: Install python-setup tools + package: + name: + - python3-setuptools + state: latest + - name: Install proxmoxer and requests modules pip: name: