mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07: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
|
# WANT_JSON
|
||||||
# POWERSHELL_COMMON
|
# POWERSHELL_COMMON
|
||||||
|
|
||||||
|
# temporarily disable strictmode, for this module only
|
||||||
|
Set-StrictMode -Off
|
||||||
|
|
||||||
function getFirewallRule ($fwsettings) {
|
function getFirewallRule ($fwsettings) {
|
||||||
try {
|
try {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue