win_format: allocation_unit_size has no effect #56961
Labels
affects_2.8
This issue/PR affects Ansible v2.8
bug
This issue/PR relates to a bug.
has_pr
This issue has an associated PR.
module
This issue/PR relates to a module.
support:community
This issue/PR relates to code supported by the Ansible community.
windows
Windows community
SUMMARY
When allocation_unit_size parameter is set, the partition is formatted with the default one instead
ISSUE TYPE
COMPONENT NAME
win_format
ANSIBLE VERSION
OS / ENVIRONMENT
Windows Server 2019
STEPS TO REPRODUCE
Run playbook with win_format module, where custom allocation unit size is set:
EXPECTED RESULTS
Partition allocation size unit should be set to 512
ACTUAL RESULTS
Partition was formatted with default (4096) allocation size unit
The text was updated successfully, but these errors were encountered: