Fix indentation
This commit is contained in:
parent
b186f7b85e
commit
626b2fc7ef
1 changed files with 1 additions and 1 deletions
|
@ -2447,7 +2447,7 @@ class LinuxVirtual(Virtual):
|
|||
self.facts['virtualization_role'] = 'guest'
|
||||
return
|
||||
|
||||
if sys_vendor == 'oVirt':
|
||||
if sys_vendor == 'oVirt':
|
||||
self.facts['virtualization_type'] = 'kvm'
|
||||
self.facts['virtualization_role'] = 'guest'
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue