Add third-party preparation task hook

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