configured molecule and fix xfs on centos

This commit is contained in:
Charlie Mordant
2020-04-15 16:56:18 +02:00
parent ba5d929fce
commit 17e8ec1058
6 changed files with 128 additions and 72 deletions
+3 -1
View File
@@ -13,10 +13,12 @@
opts: "--wipesignatures y"
create: true
filesystem: ext4
mount: true
mntp: "/var/lib/mountpoint"
- lvname: my_lv2
size: 10%VG
size: 20%VG
opts: "--wipesignatures y"
mount: true
create: true
filesystem: xfs
mntp: "/var/lib/mountpoint2"