mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02: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:
parent
7e5e9bd7e8
commit
09a53fb225
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue