From 36399b4d021a1c9138505ac6d6e768dcac9010f9 Mon Sep 17 00:00:00 2001 From: Simon Zernisch Date: Fri, 16 Jun 2023 19:34:35 +0200 Subject: [PATCH] jetzt aber --- main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.yml b/main.yml index 8d30d4c..32e1246 100644 --- a/main.yml +++ b/main.yml @@ -1,14 +1,17 @@ --- +### Setup needs to be done if task is run from ansible-semaphore docker container - name: Install required Pip modules hosts: localhost tasks: - name: Install python-setup tools + remote_user: root package: name: - python3-setuptools state: latest - name: Install proxmoxer and requests modules + remote_user: root pip: name: - proxmoxer