ansible-manage-lvm
ansible-manage-lvm copied to clipboard
Pass through opts to community.general.filesystem
Pass through opts to community.general.filesystem when creating a filesystem
Description
Passes through the fsopts
var to opts
for the community.general.filesystem
when creating a filesystm
Types of changes
This change should not impact existing working usage as it just adds a new key to the configuration dictionary.
While most OS have -n ftype=1
as a default, this allows it to be passed when creating a new xfs
filesystem that's compatible with Docker. It's probably generally useful too.