Typo correction (#66869)
* Corrected typo in documentation * Corrected typo in the log statement
This commit is contained in:
parent
308723c3ca
commit
72fbbbeb34
2 changed files with 2 additions and 2 deletions
|
@ -584,7 +584,7 @@ if ($wua_available) {
|
||||||
Write-DebugLog -msg "WUA is available in current logon process, running natively"
|
Write-DebugLog -msg "WUA is available in current logon process, running natively"
|
||||||
$result = Start-Natively -common_functions $common_functions -script $update_script_block
|
$result = Start-Natively -common_functions $common_functions -script $update_script_block
|
||||||
} else {
|
} 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
|
$result = Start-AsScheduledTask -common_functions $common_functions -script $update_script_block
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -73,7 +73,7 @@ DOCUMENTATION = """
|
||||||
description:
|
description:
|
||||||
- List of winrm transports to attempt to to use (ssl, plaintext, kerberos, etc)
|
- 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
|
- 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
|
type: list
|
||||||
vars:
|
vars:
|
||||||
- name: ansible_winrm_transport
|
- name: ansible_winrm_transport
|
||||||
|
|
Loading…
Reference in a new issue