mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 16:11:22 -07:00
linode - docs/validation changes + minor refactorings (#2410)
* multiple changes: - documentation fixes - minor refactorings * added param deprecation note to the documentation * added changelog fragment * Update changelogs/fragments/2410-linode-improvements.yml Co-authored-by: Felix Fontein <felix@fontein.de> * Update changelogs/fragments/2410-linode-improvements.yml Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/cloud/linode/linode.py Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
83a0c32269
commit
265d034e31
6 changed files with 39 additions and 48 deletions
5
changelogs/fragments/2410-linode-improvements.yml
Normal file
5
changelogs/fragments/2410-linode-improvements.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
deprecated_features:
|
||||
- linode - parameter ``backupsenabled`` is deprecated and will be removed in community.general 5.0.0 (https://github.com/ansible-collections/community.general/pull/2410).
|
||||
minor_changes:
|
||||
- linode - added proper traceback when failing due to exceptions (https://github.com/ansible-collections/community.general/pull/2410).
|
||||
- linode - parameter ``additional_disks`` is now validated as a list of dictionaries (https://github.com/ansible-collections/community.general/pull/2410).
|
Loading…
Add table
Add a link
Reference in a new issue