mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-13 04:11:00 +00:00
fix win_file to stop on errors
This commit is contained in:
@@ -17,6 +17,8 @@
|
||||
# WANT_JSON
|
||||
# POWERSHELL_COMMON
|
||||
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
||||
$params = Parse-Args $args
|
||||
|
||||
# path
|
||||
|
||||
Reference in New Issue
Block a user