From 09a53fb2250d4a2db61a6ed91f76c37f0af5488e Mon Sep 17 00:00:00 2001 From: Rob Powell Date: Sat, 11 Jun 2016 20:12:46 +0100 Subject: [PATCH] Update win_firewall_rule.py (#2337) added profile examples as my firewall task would pass yet no firewall rule was created until I added profile: Domain,Private,Public When setting a Firewall rule on Windows Server 2008 R2 manually, these three are selected as default, useful to have in the documentation maybe? --- lib/ansible/modules/extras/windows/win_firewall_rule.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/extras/windows/win_firewall_rule.py b/lib/ansible/modules/extras/windows/win_firewall_rule.py index 2f90e2a673..d833c2fa24 100644 --- a/lib/ansible/modules/extras/windows/win_firewall_rule.py +++ b/lib/ansible/modules/extras/windows/win_firewall_rule.py @@ -97,7 +97,7 @@ options: required: false profile: description: - - the profile this rule applies to + - the profile this rule applies to, e.g. Domain,Private,Public default: null required: false force: