mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 09:43:15 +00:00
fix typo error
fix spell error for whether
This commit is contained in:
@@ -54,7 +54,7 @@ options:
|
||||
default: filter
|
||||
choices: [ "filter", "nat", "mangle", "raw", "security" ]
|
||||
state:
|
||||
description: Wheter the rule should be absent or present.
|
||||
description: Whether the rule should be absent or present.
|
||||
required: false
|
||||
default: present
|
||||
choices: [ "present", "absent" ]
|
||||
|
||||
Reference in New Issue
Block a user