From 049292669be67af7ed15f306cf442b80d3d66308 Mon Sep 17 00:00:00 2001 From: quasd <> Date: Tue, 29 Jun 2021 13:33:35 +0300 Subject: [PATCH] fix yaml syntax for reject choices --- plugins/modules/firewalld.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/firewalld.py b/plugins/modules/firewalld.py index 5307e0d..ae5c2a2 100644 --- a/plugins/modules/firewalld.py +++ b/plugins/modules/firewalld.py @@ -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: