Revert "inventory: virtualbox: fix typo in examples (#56328)" (#56374)

This reverts commit 099917ddc8.
pull/4420/head
René Moser 2019-05-14 07:08:17 +02:00 committed by GitHub
parent f88dedb39d
commit 5b4cd227d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ simple_config_file:
query:
logged_in_users: /VirtualBox/GuestInfo/OS/LoggedInUsersList
compose:
ansible_connection: ('windows' in vbox_Guest_OS)|ternary('winrm', 'ssh')
ansible_connection: ('indows' in vbox_Guest_OS)|ternary('winrm', 'ssh')
'''
import os