mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Added version restriction for uid_owner and reject_with.
This commit is contained in:
parent
0c888bd19f
commit
594c9ff217
1 changed files with 2 additions and 0 deletions
|
@ -250,10 +250,12 @@ options:
|
|||
required: false
|
||||
default: null
|
||||
uid_owner:
|
||||
version_added: "2.1"
|
||||
description:
|
||||
- "Specifies the UID or username to use in match by owner rule."
|
||||
required: false
|
||||
reject_with:
|
||||
version_added: "2.1"
|
||||
description:
|
||||
- "Specifies the error packet type to return while rejecting."
|
||||
required: false
|
||||
|
|
Loading…
Reference in a new issue