Remove is_vm, include vm.yaml
This commit is contained in:
parent
0507d01bc6
commit
705d2fcd23
6 changed files with 14 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue