Running Proxmox 8.2 on 3 nodes (bare metal) and deploying everything with Ansible.
For some reason, it works fine for all VMs, except one. I deploy my VMs with Ansible using a
The Ansible playbook and roles worked fine before I created this VM but now the playbook stumbles across the following task:
Read more
For some reason, it works fine for all VMs, except one. I deploy my VMs with Ansible using a
Debian 12.5 genericcloud based template VM, except one VM that is deployed manually by cloning an Ubuntu 24.10 based template.The Ansible playbook and roles worked fine before I created this VM but now the playbook stumbles across the following task:
YAML:
- name: Populate vminfo variable for VMs
set_fact...
Read more