From d1d43d74bb44400bc2fe8b372dcc0b0c4f426c8d Mon Sep 17 00:00:00 2001 From: piotrtrojanowski-dev <53664786+piotrtrojanowski-dev@users.noreply.github.com> Date: Thu, 22 Jul 2021 15:33:06 +0200 Subject: [PATCH] Fix requires firewalld version in comments for permanent parameter. --- docs/ansible.posix.firewalld_module.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ansible.posix.firewalld_module.rst b/docs/ansible.posix.firewalld_module.rst index 4a750ad..45034f7 100644 --- a/docs/ansible.posix.firewalld_module.rst +++ b/docs/ansible.posix.firewalld_module.rst @@ -153,7 +153,7 @@ Parameters
Should this configuration be in the running firewalld configuration or persist across reboots.
-
As of Ansible 2.3, permanent operations can operate on firewalld configs when it is not running (requires firewalld >= 3.0.9).
+
As of Ansible 2.3, permanent operations can operate on firewalld configs when it is not running (requires firewalld >= 0.3.9).
Note that if this is no, immediate is assumed yes.