summaryrefslogtreecommitdiffstats
path: root/roles/proxmoxer/tasks/main.yml
blob: ece34d87a73fce05bb79bee42b1a8d1d3e73c068 (plain) (blame)
1
2
3
4
5
6
7
8
---
- name: "Install proxmoxer"
  become: true
  ansible.builtin.package:
    name:
      - "python3-proxmoxer"
      - "python3-requests"
    state: present