summaryrefslogtreecommitdiffstats
path: root/roles/proxmoxer/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'roles/proxmoxer/tasks')
-rw-r--r--roles/proxmoxer/tasks/main.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/roles/proxmoxer/tasks/main.yml b/roles/proxmoxer/tasks/main.yml
new file mode 100644
index 00000000..ece34d87
--- /dev/null
+++ b/roles/proxmoxer/tasks/main.yml
@@ -0,0 +1,8 @@
+---
+- name: "Install proxmoxer"
+ become: true
+ ansible.builtin.package:
+ name:
+ - "python3-proxmoxer"
+ - "python3-requests"
+ state: present