mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-07-30 19:34:50 +00:00
Fix requires firewalld version in comments for permanent parameter.
This commit is contained in:
committed by
GitHub
parent
1ebacfb195
commit
2b7a35c346
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user