luks_device: add sector_size option (#193)

* Add sector_size option to luks_device.

* Trying to improve error handling.

* Improve error handling.
This commit is contained in:
Felix Fontein
2021-03-02 22:02:31 +01:00
committed by GitHub
parent ea889ce2ad
commit a1897fd3b1
3 changed files with 19 additions and 4 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- "luks_device - allow to specify sector size for LUKS2 containers with new ``sector_size`` parameter (https://github.com/ansible-collections/community.crypto/pull/193)."