From 43760b2c4a346d9d4bf1a8d5cf2fec3b974c2864 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? --- windows/win_firewall_rule.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/win_firewall_rule.py b/windows/win_firewall_rule.py index 2f90e2a6730..d833c2fa24d 100644 --- a/windows/win_firewall_rule.py +++ b/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: