summaryrefslogtreecommitdiff
path: root/windows/win_firewall_rule.py
diff options
context:
space:
mode:
authorDreamcat4 <dreamcat4@gmail.com>2015-10-06 10:47:27 +0100
committerDreamcat4 <dreamcat4@gmail.com>2015-10-06 10:47:27 +0100
commitdcaa79494995e50930a0b0b66995bc18cb6f5668 (patch)
treed37022f12e16ffde03dc33a077e50e4a6682508d /windows/win_firewall_rule.py
parent469d22df973508b163a4aae028b8dff6faafbb3f (diff)
downloadansible-modules-extras-dcaa79494995e50930a0b0b66995bc18cb6f5668.tar.gz
fix: update documentation with new module name "win_firewall_rule"
Diffstat (limited to 'windows/win_firewall_rule.py')
-rw-r--r--windows/win_firewall_rule.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/windows/win_firewall_rule.py b/windows/win_firewall_rule.py
index ecdec588..14637193 100644
--- a/windows/win_firewall_rule.py
+++ b/windows/win_firewall_rule.py
@@ -19,7 +19,7 @@
DOCUMENTATION = '''
---
-module: win_fw
+module: win_firewall_rule
version_added: "2.0"
author: Timothy Vandenbrande
short_description: Windows firewall automation
@@ -99,13 +99,13 @@ options:
- Enforces the change if a rule with different values exists
default: false
required: false
-
+
'''
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