Skip to content
Snippets Groups Projects
Commit 72be42b0 authored by Sven-Hendrik Haase's avatar Sven-Hendrik Haase
Browse files

packer: Fix build

parent 28acf6db
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@
when: filesystem == "ext4" and system_disks|length == 2
- name: mount the filesystem (btrfs)
mount: src="LABEL=rootfs" path=/mnt fstype=btrfs state=mounted opts="compress=lzo"
mount: src="{{ system_disks[0] }}" path=/mnt fstype=btrfs state=mounted opts="compress=lzo"
when: filesystem == "btrfs"
- name: mount the filesystem (ext4)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment