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
This commit is contained in:
liquidat 2016-03-10 14:56:36 +01:00
parent 33a557cc59
commit e8916a6491

View file

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