feat : Add task to install proxmoxer package via APT in testing.yml

This commit is contained in:
2025-12-08 09:29:00 +01:00
parent 8c8f4ff417
commit b70c32993d

View File

@@ -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: