fix jinja formating

This commit is contained in:
2024-07-11 22:03:15 +02:00
parent b077e549db
commit 6bfd530c90
2 changed files with 6 additions and 6 deletions

View File

@@ -96,7 +96,7 @@
mount:
path: "/mnt{{ item.path }}"
src: "{{ 'UUID=' + (main_uuid.stdout if filesystem == 'btrfs' else item.uuid) }}"
fstype: "{{ filesystem }}"
fstype: "{{ filesystem }}"
opts: "{{ item.opts }}"
state: mounted
loop:
@@ -122,4 +122,4 @@
path: "{{ '/mnt/boot/efi' if os | lower in ['ubuntu', 'ubuntu-lts'] else '/mnt/boot' }}"
src: UUID={{ boot_uuid.stdout }}
fstype: vfat
state: mounted
state: mounted