mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 16:11:22 -07:00
Fix indentation
This commit is contained in:
parent
349ecf6efe
commit
43775daa4b
1 changed files with 1 additions and 1 deletions
|
@ -2452,7 +2452,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…
Add table
Add a link
Reference in a new issue