base: Fix guest detection

This commit is contained in:
Timo Makinen 2022-01-30 15:56:12 +00:00
parent ef741895a5
commit efd813252a

View file

@ -72,4 +72,6 @@
name: smartd
state: started
enabled: true
when: ansible_virtualization_role != "guest"
when:
- ansible_virtualization_role != "guest"
- ansible_virtualization_type != "vmm"