refs #8280 fix debian-qemu when condition

This commit is contained in:
Juan Ferrer 2024-12-09 11:51:18 +01:00
parent 689e4b5eb0
commit 14ea1f8bde
1 changed files with 1 additions and 1 deletions

View File

@ -15,4 +15,4 @@
- name: Configure virtual machine
import_role:
name: debian-qemu
when: ansible_virtualization_type == 'kvm'
when: ansible_virtualization_role == 'guest' and ansible_virtualization_type == 'kvm'