From e6a7c0e30be95c47d9385b4ee330d842335a4fd0 Mon Sep 17 00:00:00 2001 From: Tim Rupp Date: Fri, 5 Jan 2018 14:41:23 -0800 Subject: [PATCH] Adds more common doc strings to f5 modules (#34515) --- lib/ansible/utils/module_docs_fragments/f5.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/ansible/utils/module_docs_fragments/f5.py b/lib/ansible/utils/module_docs_fragments/f5.py index f4730cca883..b2cb5c99b1e 100644 --- a/lib/ansible/utils/module_docs_fragments/f5.py +++ b/lib/ansible/utils/module_docs_fragments/f5.py @@ -56,4 +56,7 @@ options: version_added: 2.0 notes: - For more information on using Ansible to manage F5 Networks devices see U(https://www.ansible.com/integrations/networks/f5). + - Requires the f5-sdk Python package on the host. This is as easy as C(pip install f5-sdk). +requirements: + - f5-sdk >= 3.0.6 '''