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:
parent
33a557cc59
commit
e8916a6491
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ options:
|
||||||
choices: ['yes', 'no']
|
choices: ['yes', 'no']
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- create/remove/update or powermanage your VM
|
- should this rule be added or removed
|
||||||
default: "present"
|
default: "present"
|
||||||
required: true
|
required: true
|
||||||
choices: ['present', 'absent']
|
choices: ['present', 'absent']
|
||||||
|
|
Loading…
Reference in a new issue