mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 04:34:24 -07:00
* 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>
(cherry picked from commit 265d034e31
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
1c5e44c649
commit
ab5b379b30
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