Rearrange Installation of xineliboutput when a VM is detected

This commit is contained in:
Alexander Grothe
2018-09-04 13:21:32 +02:00
parent 468de0a2f3
commit 260653229b
3 changed files with 4 additions and 4 deletions

View File

@@ -36,5 +36,5 @@
- vdrctl enable xineliboutput
ignore_errors: yes
when:
- ansible_virtualization_type == "virtualbox"
- ansible_virtualization_type == "virtualbox" or ansible_virtualization_type == "VMware"
- ansible_virtualization_role == "guest"