Pass through opts to community.general.filesystem when creating a filesystem

This commit is contained in:
Aaron Hicks
2022-08-04 14:47:03 +12:00
parent ca903442c8
commit b5bf2d266c
2 changed files with 17 additions and 0 deletions
+1
View File
@@ -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