1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

fix: update documentation with new module name "win_firewall_rule"

This commit is contained in:
Dreamcat4 2015-10-06 10:47:27 +01:00 committed by Matt Clay
parent 7188ae4fe1
commit e0da4a3362

View file

@ -19,7 +19,7 @@
DOCUMENTATION = '''
---
module: win_fw
module: win_firewall_rule
version_added: "2.0"
author: Timothy Vandenbrande
short_description: Windows firewall automation
@ -104,8 +104,8 @@ options:
'''
EXAMPLES = '''
# create smtp firewall rule
action: win_fw
- name: Firewall rule to allow smtp on TCP port 25
action: win_firewall_rule
args:
name: smtp
state: present