From b70c32993d82babbddd19151fb54abc2087ed1e5 Mon Sep 17 00:00:00 2001 From: Jose Date: Mon, 8 Dec 2025 09:29:00 +0100 Subject: [PATCH] =?UTF-8?q?feat=20=E2=9C=A8:=20Add=20task=20to=20install?= =?UTF-8?q?=20proxmoxer=20package=20via=20APT=20in=20testing.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasks/testing.yml | 5 +++++ 1 file changed, 5 insertions(+) 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: