use correct boolean values

This commit is contained in:
2024-07-11 22:09:58 +02:00
parent 6bfd530c90
commit 374b5fc7ef
7 changed files with 11 additions and 11 deletions

View File

@@ -54,7 +54,7 @@
dev: '{{ install_drive }}{{ boot_partition_suffix }}'
fstype: vfat
opts: -F32
force: yes
force: true
- name: Create filesystem
include_tasks: "{{ filesystem }}.yml"