mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-09 01:44:03 -07:00
minor updates + tests to win_firewall_rule as per jborean93 review (#29148)
* Added warning for 'force' option * Changed 'profiles' type to list * Changed 'interfacetypes' type to list * Added deprecation warning and fixed doc * updated force parameter
This commit is contained in:
parent
b454115e9f
commit
2b63ae61f2
3 changed files with 76 additions and 14 deletions
|
@ -76,6 +76,13 @@ options:
|
|||
- The profile this rule applies to.
|
||||
default: 'domain,private,public'
|
||||
aliases: [ 'profile' ]
|
||||
force:
|
||||
description:
|
||||
- Replace any existing rule by removing it first.
|
||||
- This is no longer required in 2.4 as rules no longer need replacing when being modified.
|
||||
- DEPRECATED in 2.4 and will be removed in 2.9.
|
||||
default: 'no'
|
||||
choices: [ 'no', 'yes' ]
|
||||
'''
|
||||
|
||||
EXAMPLES = r'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue