From 20ac4fd7f2ba5575f87b5179915050d428e38355 Mon Sep 17 00:00:00 2001 From: Valentin Gurmeza Date: Thu, 25 Jan 2018 17:52:31 -0800 Subject: [PATCH] update docstring --- library/mt_interfaces.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/library/mt_interfaces.py b/library/mt_interfaces.py index bed732e..731fe1c 100644 --- a/library/mt_interfaces.py +++ b/library/mt_interfaces.py @@ -9,7 +9,7 @@ short_description: Manage mikrotik interfaces requirements: - mt_api description: - - manage settings on interfaces + - manage interfaces and settings options: hostname: description: @@ -30,6 +30,9 @@ options: options: - ethernet - vlan + - bridge + - bridge port + - bridge settings settings: description: - All Mikrotik compatible parameters for this particular endpoint. @@ -38,6 +41,7 @@ options: state: description: - absent or present + required: Flase ''' EXAMPLES = '''