ansible-slurm-appliance
ansible-slurm-appliance copied to clipboard
block_devices can't grow partition
Firstly it needs resize passing into the parted module (probably named as ..partition_resize?).
Secondly it turns out the community.general.parted can't resize an in-use partition anyway, see https://github.com/ansible-collections/community.general/issues/1653.