From dcaa79494995e50930a0b0b66995bc18cb6f5668 Mon Sep 17 00:00:00 2001 From: Dreamcat4 Date: Tue, 6 Oct 2015 10:47:27 +0100 Subject: [PATCH] fix: update documentation with new module name "win_firewall_rule" --- windows/win_firewall_rule.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/windows/win_firewall_rule.py b/windows/win_firewall_rule.py index ecdec5882cd..1463719356d 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