1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-02-04 16:01:55 +00:00

[PR #10282/d4f2b2fb backport][stable-11] sl_vm: update docs about requirements (#10284)

sl_vm: update docs about requirements (#10282)

* sl_vm: update docs about requirements

* Update plugins/modules/sl_vm.py

(cherry picked from commit d4f2b2fb55)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot] 2025-06-19 21:36:08 +02:00 committed by GitHub
parent 274d7984c7
commit 874b00aebb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -173,8 +173,16 @@ options:
type: int
requirements:
- softlayer >= 4.1.1
notes:
- If using Python 2.7, you must install C(softlayer-python<=5.7.2).
- If using Python 3.6, you must install C(softlayer-python<=6.0.0).
- The C(softlayer-python) library, at version 6.2.6 (from Jan 2025), only supports Python version 3.8, 3.9 and 3.10.
author:
- Matt Colton (@mcltn)
seealso:
- name: SoftLayer API Python Client
description: The SoftLayer API Python Client is required for this module.
link: https://github.com/SoftLayer/softlayer-python
"""
EXAMPLES = r"""