From 594c9ff217487c3ae3d5a99fa4455957402b7d43 Mon Sep 17 00:00:00 2001 From: Pavel Sychev Date: Wed, 23 Mar 2016 13:46:50 +0300 Subject: [PATCH] Added version restriction for uid_owner and reject_with. --- lib/ansible/modules/extras/system/iptables.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/ansible/modules/extras/system/iptables.py b/lib/ansible/modules/extras/system/iptables.py index 4a85d7316ee..10167f17655 100644 --- a/lib/ansible/modules/extras/system/iptables.py +++ b/lib/ansible/modules/extras/system/iptables.py @@ -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