Condition LUKS and guest tools in bootstrap vars

This commit is contained in:
2025-12-27 23:52:06 +01:00
parent 2c23ce6cbb
commit ae4fb6f43c
9 changed files with 640 additions and 491 deletions

View File

@@ -4,11 +4,7 @@
bootstrap_fedora_extra: >-
{{
(
(
lookup('vars', bootstrap_var_key)
| difference(bootstrap_guest_agent_remove_packages)
)
+ bootstrap_guest_agent_packages
lookup('vars', bootstrap_var_key)
)
| join(' ')
}}