diff --git a/tasks/proxmox.yml b/tasks/proxmox.yml index 7dfe5f6..2402b97 100644 --- a/tasks/proxmox.yml +++ b/tasks/proxmox.yml @@ -4,6 +4,13 @@ tasks: + + - name: Ensure git is installed + ansible.builtin.apt: + name: git + state: present + update_cache: yes + - name: Install proxmoxer from APT ansible.builtin.apt: name: python3-proxmoxer