1
0
Fork 0
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:
Alex Mayer 2018-08-23 14:06:06 -04:00 committed by ansibot
parent 1704c5932a
commit 4002be6960

View file

@ -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
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:
description:
- "Should this configuration be applied immediately, if set as permanent"