Bugfix LVM: docker8: PVs vertauscht (#379)

Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#379
Co-authored-by: mg <michael.grote@posteo.de>
Co-committed-by: mg <michael.grote@posteo.de>
This commit is contained in:
Michael Grote 2022-06-10 22:28:59 +02:00
parent d8c5b59837
commit b0526c9756
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
lvm_groups:
- vgname: vg_nextcloud
disks:
- /dev/sdb
- /dev/sdc
create: true
lvnames:
- lvname: lv_nextcloud
@ -14,7 +14,7 @@
mntp: /mnt/nextcloud
- vgname: vg_docker
disks:
- /dev/sdc
- /dev/sdb
create: true
lvnames:
- lvname: lv_docker