1
0
Fork 0
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:
Dreamcat4 2016-04-20 21:44:29 +01:00 committed by Matt Clay
parent 820d5a7a3e
commit 314843b431

View file

@ -20,6 +20,9 @@
# WANT_JSON
# POWERSHELL_COMMON
# temporarily disable strictmode, for this module only
Set-StrictMode -Off
function getFirewallRule ($fwsettings) {
try {