mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-18 01:41:35 +00:00
[PR #11069/6c1676fc backport][stable-12] spotinst_aws_elastigroup: deprecation (#11103)
spotinst_aws_elastigroup: deprecation (#11069)
* spotinst_aws_elastigroup: deprecation
* add changelog frag
* add missing URL to chglog
* Update changelogs/fragments/11069-deprecate-spotinst.yml
* Update meta/runtime.yml
* Update plugins/modules/spotinst_aws_elastigroup.py
---------
(cherry picked from commit 6c1676fcbb)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
44960de208
commit
95175e056f
3 changed files with 10 additions and 0 deletions
|
|
@ -14,6 +14,10 @@ description:
|
|||
location - C($HOME/.spotinst/credentials). The credentials file must contain a row that looks like this C(token = <YOUR
|
||||
TOKEN>).
|
||||
- Full documentation available at U(https://help.spotinst.com/hc/en-us/articles/115003530285-Ansible-).
|
||||
deprecated:
|
||||
removed_in: 13.0.0
|
||||
why: Module relies on unsupported Python package.
|
||||
alternative: Use the module M(spot.cloud_modules.aws_elastigroup) instead.
|
||||
requirements:
|
||||
- spotinst_sdk >= 1.0.38
|
||||
extends_documentation_fragment:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue