sl_vm: update docs about requirements (#10282)
Some checks failed
EOL CI / EOL Sanity (Ⓐ2.16) (push) Has been cancelled
EOL CI / EOL Units (Ⓐ2.16+py2.7) (push) Has been cancelled
EOL CI / EOL Units (Ⓐ2.16+py3.11) (push) Has been cancelled
EOL CI / EOL Units (Ⓐ2.16+py3.6) (push) Has been cancelled
EOL CI / EOL I (Ⓐ2.16+alpine3+py:azp/posix/1/) (push) Has been cancelled
EOL CI / EOL I (Ⓐ2.16+alpine3+py:azp/posix/2/) (push) Has been cancelled
EOL CI / EOL I (Ⓐ2.16+alpine3+py:azp/posix/3/) (push) Has been cancelled
EOL CI / EOL I (Ⓐ2.16+fedora38+py:azp/posix/1/) (push) Has been cancelled
EOL CI / EOL I (Ⓐ2.16+fedora38+py:azp/posix/2/) (push) Has been cancelled
EOL CI / EOL I (Ⓐ2.16+fedora38+py:azp/posix/3/) (push) Has been cancelled
EOL CI / EOL I (Ⓐ2.16+opensuse15+py:azp/posix/1/) (push) Has been cancelled
EOL CI / EOL I (Ⓐ2.16+opensuse15+py:azp/posix/2/) (push) Has been cancelled
EOL CI / EOL I (Ⓐ2.16+opensuse15+py:azp/posix/3/) (push) Has been cancelled
nox / Run extra sanity tests (push) Has been cancelled

* sl_vm: update docs about requirements

* Update plugins/modules/sl_vm.py
This commit is contained in:
Alexei Znamensky 2025-06-20 07:28:03 +12:00 committed by GitHub
parent b7f9f24ffe
commit d4f2b2fb55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -173,8 +173,16 @@ options:
type: int type: int
requirements: requirements:
- softlayer >= 4.1.1 - 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: author:
- Matt Colton (@mcltn) - 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""" EXAMPLES = r"""