netz39-infra-ansible/proxmox.yml
2022-07-23 20:42:11 +02:00

9 lines
190 B
YAML

---
- hosts: proxmox
become: true
tasks:
- name: Ensure qemu guest agent is installed on proxmox VMs
ansible.builtin.apt:
pkg: qemu-guest-agent
state: present