use correct boolean values

This commit is contained in:
2024-07-11 22:09:58 +02:00
parent b2fa0ab91d
commit 3af9ccddf2
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"