From 4002be6960c782e75f37a869f9063f560cb5606d Mon Sep 17 00:00:00 2001 From: Alex Mayer Date: Thu, 23 Aug 2018 14:06:06 -0400 Subject: [PATCH] Firewalld: Add bool Type To permanent In Docs (#44579) --- lib/ansible/modules/system/firewalld.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/system/firewalld.py b/lib/ansible/modules/system/firewalld.py index 240d4290a85..0a85dcdfd09 100644 --- a/lib/ansible/modules/system/firewalld.py +++ b/lib/ansible/modules/system/firewalld.py @@ -50,6 +50,7 @@ options: - > Should this configuration be in the running firewalld configuration or persist across reboots. As of Ansible version 2.3, permanent operations can operate on firewalld configs when it's not running (requires firewalld >= 3.0.9). (NOTE: If this is false, immediate is assumed true.) + type: bool immediate: description: - "Should this configuration be applied immediately, if set as permanent"