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) '''