mirror of
https://github.com/mrlesmithjr/ansible-manage-lvm.git
synced 2026-09-01 21:15:27 +03:00
Pass through opts to community.general.filesystem when creating a filesystem
This commit is contained in:
@@ -52,6 +52,7 @@
|
||||
filesystem:
|
||||
fstype: "{{ lv.filesystem }}"
|
||||
dev: "/dev/{{ vg.vgname }}/{{ lv.lvname }}"
|
||||
opts: "{{ lv.fsopts | default(omit) }}"
|
||||
become: true
|
||||
when:
|
||||
- mountedxfs is failed
|
||||
|
||||
Reference in New Issue
Block a user