mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 15:15:26 +01:00
firewalld: Specify unit for timeout
Timeout parameter takes value which is specified in seconds. Fixes: #193 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
1793cd70c4
commit
5cebc90623
2 changed files with 4 additions and 1 deletions
3
changelogs/fragments/193_firewalld.yml
Normal file
3
changelogs/fragments/193_firewalld.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
---
|
||||||
|
trivial:
|
||||||
|
- firewalld - specify unit for ``timeout`` parameter in docs (https://github.com/ansible-collections/ansible.posix/issues/193).
|
||||||
|
|
@ -99,7 +99,7 @@ options:
|
||||||
choices: [ absent, disabled, enabled, present ]
|
choices: [ absent, disabled, enabled, present ]
|
||||||
timeout:
|
timeout:
|
||||||
description:
|
description:
|
||||||
- The amount of time the rule should be in effect for when non-permanent.
|
- The amount of time in seconds the rule should be in effect for when non-permanent.
|
||||||
type: int
|
type: int
|
||||||
default: 0
|
default: 0
|
||||||
masquerade:
|
masquerade:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue