jetzt aber

This commit is contained in:
2023-06-16 19:27:17 +02:00
parent 246d7aa18d
commit fcf522c608

View File

@@ -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: