mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-07 11:13:10 +00:00
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?
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user