mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 23:25:28 +01:00
fix yaml syntax for reject choices
This commit is contained in:
parent
310c68e6dd
commit
049292669b
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ options:
|
|||
description:
|
||||
- firewalld Zone target
|
||||
- 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
|
||||
version_added: 1.2.0
|
||||
notes:
|
||||
|
|
|
|||
Loading…
Reference in a new issue