From 7abe6b0e8c591dadf5c836fc90539fe738e2fc7f Mon Sep 17 00:00:00 2001 From: liquidat Date: Thu, 10 Mar 2016 14:56:36 +0100 Subject: [PATCH] correct win_firewall state parameter - original parameter comment was probably copy&paste error - new comment highlights that firewall rules can be added or removed altering this parameter --- lib/ansible/modules/extras/windows/win_firewall_rule.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/extras/windows/win_firewall_rule.py b/lib/ansible/modules/extras/windows/win_firewall_rule.py index 64ec305047..03611a60ef 100644 --- a/lib/ansible/modules/extras/windows/win_firewall_rule.py +++ b/lib/ansible/modules/extras/windows/win_firewall_rule.py @@ -34,7 +34,7 @@ options: choices: ['yes', 'no'] state: description: - - create/remove/update or powermanage your VM + - should this rule be added or removed default: "present" required: true choices: ['present', 'absent']