mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fix win_file to stop on errors
This commit is contained in:
parent
d0e37fa542
commit
60ca6e2f85
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@
|
|||
# WANT_JSON
|
||||
# POWERSHELL_COMMON
|
||||
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
||||
$params = Parse-Args $args
|
||||
|
||||
# path
|
||||
|
|
Loading…
Reference in a new issue