1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Doc wrongly indicates permanent is required

But it isn't. :)
This commit is contained in:
Chad Nelson 2016-01-21 08:23:36 -05:00 committed by Matt Clay
parent 91ff5ce256
commit 89baffa06f

View file

@ -56,7 +56,8 @@ 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."
required: true required: false
default: null
immediate: immediate:
description: description:
- "Should this configuration be applied immediately, if set as permanent" - "Should this configuration be applied immediately, if set as permanent"