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
pull/18777/head
liquidat 9 years ago committed by Matt Clay
parent 32ff89b30e
commit 7abe6b0e8c

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

Loading…
Cancel
Save