From 0c2f602788e0db53e084e280ebf53c27d90d2c12 Mon Sep 17 00:00:00 2001 From: Chad Nelson Date: Thu, 21 Jan 2016 08:23:36 -0500 Subject: [PATCH] Doc wrongly indicates permanent is required But it isn't. :) --- system/firewalld.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system/firewalld.py b/system/firewalld.py index a3a1e5f410e..771d178d9d5 100644 --- a/system/firewalld.py +++ b/system/firewalld.py @@ -56,7 +56,8 @@ options: permanent: description: - "Should this configuration be in the running firewalld configuration or persist across reboots." - required: true + required: false + default: null immediate: description: - "Should this configuration be applied immediately, if set as permanent"