mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-14 12:51:04 +00:00
fixed windows setup to run in check_mode
This commit is contained in:
@@ -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()]
|
||||
|
||||
Reference in New Issue
Block a user