diff --git a/changelogs/fragments/233-fix-wrong-firewalld-version-info.yml b/changelogs/fragments/233-fix-wrong-firewalld-version-info.yml new file mode 100644 index 0000000..f1bf525 --- /dev/null +++ b/changelogs/fragments/233-fix-wrong-firewalld-version-info.yml @@ -0,0 +1,3 @@ +--- +trivial: + - firewalld - fix wrong version number in the module document. diff --git a/plugins/modules/firewalld.py b/plugins/modules/firewalld.py index ae5c2a2..f892cd3 100644 --- a/plugins/modules/firewalld.py +++ b/plugins/modules/firewalld.py @@ -81,7 +81,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: