1
0
Fork 0
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:
Pavel Sychev 2016-03-23 13:46:50 +03:00 committed by Matt Clay
parent 0c888bd19f
commit 594c9ff217

View file

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