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: