Fix typo in powershell setup module.
This commit is contained in:
parent
35960ea192
commit
1780cd6fda
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ $result = New-Object psobject @{
|
||||||
};
|
};
|
||||||
|
|
||||||
$osversion = [Environment]::OSVersion
|
$osversion = [Environment]::OSVersion
|
||||||
$memory = Get-WmiObject win32_Pysicalmemory
|
$memory = Get-WmiObject win32_Physicalmemory
|
||||||
$netcfg = Get-WmiObject win32_NetworkAdapterConfiguration
|
$netcfg = Get-WmiObject win32_NetworkAdapterConfiguration
|
||||||
|
|
||||||
Set-Attr $result.ansible_facts "ansible_hostname" $env:COMPUTERNAME;
|
Set-Attr $result.ansible_facts "ansible_hostname" $env:COMPUTERNAME;
|
||||||
|
|
Loading…
Reference in a new issue