Merge pull request #200 from Akasurde/i193

firewalld: Specify unit for timeout

Reviewed-by: https://github.com/apps/ansible-zuul
This commit is contained in:
ansible-zuul[bot] 2021-06-04 13:36:59 +00:00 committed by GitHub
commit f5666924ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -0,0 +1,3 @@
---
trivial:
- firewalld - specify unit for ``timeout`` parameter in docs (https://github.com/ansible-collections/ansible.posix/issues/193).

View file

@ -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: