mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
8f99f9cb1c
* Add ability to resize existing partition * Add 'resize' flag to support backwards compatability, and allow partition reduction * Add changelog fragment for #773 * Update changelogs/fragments/773-resize-partition.yml Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/system/parted.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update resize flag with PR review comments Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru> * Update plugins/modules/system/parted.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update default on resize flag in parted.py * Apply suggestions from code review Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
2 lines
149 B
YAML
2 lines
149 B
YAML
minor_changes:
|
|
- parted - add ``resize`` option to resize existing partitions (https://github.com/ansible-collections/community.general/pull/773).
|