ansible-manage-lvm icon indicating copy to clipboard operation
ansible-manage-lvm copied to clipboard

Pass through opts to community.general.filesystem

Open Aethylred opened this issue 1 year ago • 0 comments

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.

Aethylred avatar Aug 09 '22 02:08 Aethylred