inventory: virtualbox: fix typo in examples (#56328)
Typo fix in 'windows' word
This commit is contained in:
parent
05cee754b4
commit
099917ddc8
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ simple_config_file:
|
|||
query:
|
||||
logged_in_users: /VirtualBox/GuestInfo/OS/LoggedInUsersList
|
||||
compose:
|
||||
ansible_connection: ('indows' in vbox_Guest_OS)|ternary('winrm', 'ssh')
|
||||
ansible_connection: ('windows' in vbox_Guest_OS)|ternary('winrm', 'ssh')
|
||||
'''
|
||||
|
||||
import os
|
||||
|
|
Loading…
Reference in a new issue