From e8916a649163a45c7df53c5bf0fca0aae77aae96 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 --- windows/win_firewall_rule.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/win_firewall_rule.py b/windows/win_firewall_rule.py index 64ec3050474..03611a60ef4 100644 --- a/windows/win_firewall_rule.py +++ b/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']