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']