Typo correction (#66869)

* Corrected typo in documentation
* Corrected typo in the log statement
pull/66867/head
Joseph Hobbs 5 years ago committed by GitHub
parent 308723c3ca
commit 72fbbbeb34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -584,7 +584,7 @@ if ($wua_available) {
Write-DebugLog -msg "WUA is available in current logon process, running natively"
$result = Start-Natively -common_functions $common_functions -script $update_script_block
} else {
Write-DebugLog -msg "WUA is not avialable in current logon process, running with scheduled task"
Write-DebugLog -msg "WUA is not available in current logon process, running with scheduled task"
$result = Start-AsScheduledTask -common_functions $common_functions -script $update_script_block
}

@ -73,7 +73,7 @@ DOCUMENTATION = """
description:
- List of winrm transports to attempt to to use (ssl, plaintext, kerberos, etc)
- If None (the default) the plugin will try to automatically guess the correct list
- The choices avialable depend on your version of pywinrm
- The choices available depend on your version of pywinrm
type: list
vars:
- name: ansible_winrm_transport

Loading…
Cancel
Save