summaryrefslogtreecommitdiff
path: root/windows/win_firewall_rule.py
diff options
context:
space:
mode:
authorliquidat <liquidat@bayz.de>2016-03-10 14:56:36 +0100
committerliquidat <liquidat@bayz.de>2016-03-10 14:56:36 +0100
commite8916a649163a45c7df53c5bf0fca0aae77aae96 (patch)
treeeaf4c18bcce544b1ef052cd4fbac3184358f4842 /windows/win_firewall_rule.py
parent33a557cc59dfce486634f4a0c0f0db4431afb0f7 (diff)
downloadansible-modules-extras-e8916a649163a45c7df53c5bf0fca0aae77aae96.tar.gz
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
Diffstat (limited to 'windows/win_firewall_rule.py')
-rw-r--r--windows/win_firewall_rule.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/win_firewall_rule.py b/windows/win_firewall_rule.py
index 64ec3050..03611a60 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']