fixed windows setup to run in check_mode
This commit is contained in:
parent
007b5f4c32
commit
e2f66abe73
1 changed files with 1 additions and 3 deletions
|
@ -17,9 +17,7 @@
|
|||
# WANT_JSON
|
||||
# POWERSHELL_COMMON
|
||||
|
||||
# enabled $params (David O'Brien, 06/08/2015)
|
||||
$params = Parse-Args $args;
|
||||
|
||||
$params = Parse-Args $args -supports_check_mode $true
|
||||
|
||||
Function Get-CustomFacts {
|
||||
[cmdletBinding()]
|
||||
|
|
Loading…
Reference in a new issue