diff --git a/tasks/testing.yml b/tasks/testing.yml index 4c4a4cb..075f7ef 100644 --- a/tasks/testing.yml +++ b/tasks/testing.yml @@ -4,6 +4,11 @@ tasks: # - name: Import variables from Ansible vault # ansible.builtin.include_vars: secrets.yml + - name: Install proxmoxer from APT + apt: + name: python3-proxmoxer + state: present + update_cache: yes - name: Deploy templates with proxmox_template_vm ansible.builtin.include_role: