1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

fix typo error

fix spell error for whether
This commit is contained in:
Alexander 2015-10-26 23:03:51 +08:00 committed by Matt Clay
parent 164e1f3baa
commit 8e509c2736

View file

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