Add third-party preparation task hook

This commit is contained in:
2026-01-02 18:55:45 +01:00
parent c62de8bf4a
commit c3f26f2c92
2 changed files with 25 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ firewalld_enabled: true
zstd_enabled: true
swap_enabled: true
chroot_command: "arch-chroot"
thirdparty_preparation_tasks_path: "dropins/preparation.yml"
cis_enabled: "{{ cis | bool }}"