base: Fix guest detection
This commit is contained in:
parent
ef741895a5
commit
efd813252a
1 changed files with 3 additions and 1 deletions
|
@ -72,4 +72,6 @@
|
||||||
name: smartd
|
name: smartd
|
||||||
state: started
|
state: started
|
||||||
enabled: true
|
enabled: true
|
||||||
when: ansible_virtualization_role != "guest"
|
when:
|
||||||
|
- ansible_virtualization_role != "guest"
|
||||||
|
- ansible_virtualization_type != "vmm"
|
||||||
|
|
Loading…
Add table
Reference in a new issue