Make chroot command configurable

This commit is contained in:
2026-01-02 18:53:55 +01:00
parent ce972e55dd
commit fe0b72c9d8
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 }}"