fix yaml syntax for reject choices

This commit is contained in:
quasd 2021-06-29 13:33:35 +03:00
parent 310c68e6dd
commit 049292669b

View file

@ -114,7 +114,7 @@ options:
description: description:
- firewalld Zone target - firewalld Zone target
- If state is set to C(absent), this will reset the target to default - If state is set to C(absent), this will reset the target to default
choices: [ default, ACCEPT, DROP, %%REJECT%% ] choices: [ default, ACCEPT, DROP, "%%REJECT%%" ]
type: str type: str
version_added: 1.2.0 version_added: 1.2.0
notes: notes: