mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 01:33:09 +00:00
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:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user