firewalld: fixes documentation
- removes warning, aligning to existing documentation - adds version
This commit is contained in:
parent
8b2d484032
commit
20fd04b9e7
1 changed files with 2 additions and 1 deletions
|
@ -49,9 +49,10 @@ options:
|
|||
version_added: "2.0"
|
||||
interface:
|
||||
description:
|
||||
- 'The interface you would like to add/remove to/from a zone in firewalld - zone must be specified'
|
||||
- 'The interface you would like to add/remove to/from a zone in firewalld'
|
||||
required: false
|
||||
default: null
|
||||
version_added: "2.1"
|
||||
zone:
|
||||
description:
|
||||
- 'The firewalld zone to add/remove to/from (NOTE: default zone can be configured per system but "public" is default from upstream. Available choices can be extended based on per-system configs, listed here are "out of the box" defaults).'
|
||||
|
|
Loading…
Reference in a new issue