Remove is_vm, include vm.yaml

This commit is contained in:
Mark Janssen 2024-07-11 22:16:15 +02:00
parent 0507d01bc6
commit 705d2fcd23
6 changed files with 14 additions and 13 deletions

View file

@ -2,6 +2,9 @@
- name: Install guest agent
ansible.builtin.apt:
name: qemu-guest-agent
when: ansible_virtualization_role|default(false) == 'guest'
tags:
- questagent
- name: Serial Console
ansible.builtin.lineinfile:
@ -11,5 +14,5 @@
notify:
- update grub
- reboot
- ansible.builtin.meta: flush_handlers
tags:
- questagent