summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchrisallison <chris@cs.brandeis.edu>2022-02-16 20:23:44 -0500
committerGitHub <noreply@github.com>2022-02-16 17:23:44 -0800
commit14eaf92e898af0eb9ea732687d765bcb97278de5 (patch)
tree9fd02c9e7ba95d1a0a2bf6baf6744cacb627017b
parent97e5cf18c4cec67855e0de3cbe6db48bb817b2e3 (diff)
downloadansible-14eaf92e898af0eb9ea732687d765bcb97278de5.tar.gz
doc: Correct required firewalld version (#76916)
Ansible 2.9 firewalld module docs state 'requires firewalld >= 3.0.9,' but there is no firewalld 3.0.9. Language appears to have been added in 3ac2a498ae527cc92cd770dc000db7dd92e585f9, which commits also adds 'if FW_VERSION < "0.3.9" Update documentation to refer to 'firewalld >= 0.3.9'
-rw-r--r--lib/ansible/modules/system/firewalld.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/system/firewalld.py b/lib/ansible/modules/system/firewalld.py
index 03a6299ff4..7b2228f22a 100644
--- a/lib/ansible/modules/system/firewalld.py
+++ b/lib/ansible/modules/system/firewalld.py
@@ -63,7 +63,7 @@ options:
permanent:
description:
- 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 C(no), immediate is assumed C(yes).
type: bool
immediate: