From 39b34b008c56e5e75c98c457c36e7df0865218b6 Mon Sep 17 00:00:00 2001 From: Michael Leer Date: Tue, 1 Jul 2014 18:49:07 +0100 Subject: [PATCH] add interfact documentation #7704 --- system/ufw | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/system/ufw b/system/ufw index 40bbb313edc..e917a3bc749 100644 --- a/system/ufw +++ b/system/ufw @@ -108,6 +108,11 @@ options: - Delete rule. required: false choices: ['yes', 'no'] + interface: + description: + - Specify interface for rule. + required: false + aliases: ['if'] ''' EXAMPLES = '''