From 89baffa06f37176d3ab3da675b09e0718102fa82 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. :) --- lib/ansible/modules/extras/system/firewalld.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ansible/modules/extras/system/firewalld.py b/lib/ansible/modules/extras/system/firewalld.py index 89fc0599e8..012275bf1b 100644 --- a/lib/ansible/modules/extras/system/firewalld.py +++ b/lib/ansible/modules/extras/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"