From 529404adc42743d0ef251e32492c0ff0dd20fc6b Mon Sep 17 00:00:00 2001 From: Tim Rupp Date: Wed, 17 Jan 2018 09:42:36 -0800 Subject: [PATCH] Removes redundant docs (#35006) bigip_routedomain included docs that are already part of the f5 documentation fragment. This removes the redundant ones. --- lib/ansible/modules/network/f5/bigip_routedomain.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/ansible/modules/network/f5/bigip_routedomain.py b/lib/ansible/modules/network/f5/bigip_routedomain.py index c100c2fcf7a..d1b2a9c8a3f 100644 --- a/lib/ansible/modules/network/f5/bigip_routedomain.py +++ b/lib/ansible/modules/network/f5/bigip_routedomain.py @@ -91,12 +91,7 @@ options: vlans: description: - VLANs for the system to use in the route domain -notes: - - Requires the f5-sdk Python package on the host. This is as easy as - pip install f5-sdk. extends_documentation_fragment: f5 -requirements: - - f5-sdk author: - Tim Rupp (@caphrim007) '''