Adds more common doc strings to f5 modules (#34515)
This commit is contained in:
parent
c5d0b15160
commit
e6a7c0e30b
1 changed files with 3 additions and 0 deletions
|
@ -56,4 +56,7 @@ options:
|
||||||
version_added: 2.0
|
version_added: 2.0
|
||||||
notes:
|
notes:
|
||||||
- For more information on using Ansible to manage F5 Networks devices see U(https://www.ansible.com/integrations/networks/f5).
|
- 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
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in a new issue