win_pagefile: not using testPath (#57093)

* win_pagefile: not using testPath

* Added changelog

(cherry picked from commit a87495d07c)
This commit is contained in:
ShachafGoldstein 2019-06-11 00:07:10 +03:00 committed by Toshio Kuratomi
parent 133c7adad5
commit dfc47bd6d6
3 changed files with 3 additions and 2 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- "win_pagefile - not using testPath"

View file

@ -91,7 +91,7 @@ if ($state -eq "absent") {
}
# Make sure drive is accessible
if (($test_path) -and (-not (Test-Path "${drive}:"))) {
if (($testPath) -and (-not (Test-Path "${drive}:"))) {
Fail-Json $result "Unable to access '${drive}:' drive"
}

View file

@ -100,7 +100,6 @@ lib/ansible/modules/windows/win_pagefile.ps1 PSAvoidUsingCmdletAliases
lib/ansible/modules/windows/win_pagefile.ps1 PSAvoidUsingPositionalParameters
lib/ansible/modules/windows/win_pagefile.ps1 PSAvoidUsingWMICmdlet
lib/ansible/modules/windows/win_pagefile.ps1 PSCustomUseLiteralPath
lib/ansible/modules/windows/win_pagefile.ps1 PSUseDeclaredVarsMoreThanAssignments
lib/ansible/modules/windows/win_pagefile.ps1 PSUseSupportsShouldProcess
lib/ansible/modules/windows/win_pester.ps1 PSCustomUseLiteralPath
lib/ansible/modules/windows/win_product_facts.ps1 PSAvoidTrailingWhitespace