mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 23:25:28 +01:00
Merge pull request #233 from piotrtrojanowski-dev/patch-2
Fix requires firewalld version in comments for permanent parameter. SUMMARY Version of firewalled seems to be wrong. 3.0.9 version of that package does not exist. The latest release of firewalled: https://github.com/firewalld/firewalld/releases ISSUE TYPE Docs Pull Request COMPONENT NAME ansible.posix.firewalld Reviewed-by: Hideki Saito <saito@fgrep.org> Reviewed-by: Andrew Klychkov <aaklychkov@mail.ru> Reviewed-by: None <None>
This commit is contained in:
commit
42d2b9c65a
2 changed files with 4 additions and 1 deletions
|
|
@ -0,0 +1,3 @@
|
||||||
|
---
|
||||||
|
trivial:
|
||||||
|
- firewalld - fix wrong version number in the module document.
|
||||||
|
|
@ -81,7 +81,7 @@ options:
|
||||||
permanent:
|
permanent:
|
||||||
description:
|
description:
|
||||||
- Should this configuration be in the running firewalld configuration or persist across reboots.
|
- 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).
|
- Note that if this is C(no), immediate is assumed C(yes).
|
||||||
type: bool
|
type: bool
|
||||||
immediate:
|
immediate:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue