mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
win-firewall-rule: temp disable strict-mode for the time being
This commit is contained in:
parent
820d5a7a3e
commit
314843b431
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,9 @@
|
|||
# WANT_JSON
|
||||
# POWERSHELL_COMMON
|
||||
|
||||
# temporarily disable strictmode, for this module only
|
||||
Set-StrictMode -Off
|
||||
|
||||
function getFirewallRule ($fwsettings) {
|
||||
try {
|
||||
|
||||
|
|
Loading…
Reference in a new issue