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:
parent
91ff5ce256
commit
89baffa06f
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue