Make chroot command configurable

This commit is contained in:
2026-01-02 18:53:55 +01:00
parent c5e01c3652
commit c62de8bf4a
14 changed files with 26 additions and 30 deletions

View File

@@ -7,6 +7,7 @@ vmware_ssh: false
firewalld_enabled: true
zstd_enabled: true
swap_enabled: true
chroot_command: "arch-chroot"
cis_enabled: "{{ cis | bool }}"