mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Firewalld: Add bool Type To permanent In Docs (#44579)
This commit is contained in:
parent
1704c5932a
commit
4002be6960
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ options:
|
||||||
- >
|
- >
|
||||||
Should this configuration be in the running firewalld configuration or persist across reboots. As of Ansible version 2.3, permanent operations can
|
Should this configuration be in the running firewalld configuration or persist across reboots. As of Ansible version 2.3, permanent operations can
|
||||||
operate on firewalld configs when it's not running (requires firewalld >= 3.0.9). (NOTE: If this is false, immediate is assumed true.)
|
operate on firewalld configs when it's not running (requires firewalld >= 3.0.9). (NOTE: If this is false, immediate is assumed true.)
|
||||||
|
type: bool
|
||||||
immediate:
|
immediate:
|
||||||
description:
|
description:
|
||||||
- "Should this configuration be applied immediately, if set as permanent"
|
- "Should this configuration be applied immediately, if set as permanent"
|
||||||
|
|
Loading…
Reference in a new issue