From 25a6e970462d22a7f7c5cd184210faf3f7871649 Mon Sep 17 00:00:00 2001 From: Shachaf92 Date: Tue, 9 Jul 2019 22:58:52 +0300 Subject: [PATCH] win_firewall_rule - update doc for remoteport dep. on protocol (#58796) --- lib/ansible/modules/windows/win_firewall_rule.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/windows/win_firewall_rule.py b/lib/ansible/modules/windows/win_firewall_rule.py index 4bffd9a0b67..8ed9b6fdba2 100644 --- a/lib/ansible/modules/windows/win_firewall_rule.py +++ b/lib/ansible/modules/windows/win_firewall_rule.py @@ -73,6 +73,7 @@ options: - The remote port this rule applies to. - Set to C(any) to apply to all remote ports. - Defaults to C(any) when creating a new rule. + - Must have I(protocol) set type: str program: description: