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
|
# WANT_JSON
|
||||||
# POWERSHELL_COMMON
|
# POWERSHELL_COMMON
|
||||||
|
|
||||||
# enabled $params (David O'Brien, 06/08/2015)
|
$params = Parse-Args $args -supports_check_mode $true
|
||||||
$params = Parse-Args $args;
|
|
||||||
|
|
||||||
|
|
||||||
Function Get-CustomFacts {
|
Function Get-CustomFacts {
|
||||||
[cmdletBinding()]
|
[cmdletBinding()]
|
||||||
|
|
Loading…
Reference in a new issue