refactor(bootstrap): standardize patterns, extract common logic, remove dead code
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
- name: Bootstrap Ubuntu System
|
||||
vars:
|
||||
bootstrap_ubuntu_release: >-
|
||||
{{ 'plucky' if bootstrap_os_key == 'ubuntu' else 'noble' }}
|
||||
{{ 'plucky' if os == 'ubuntu' else 'noble' }}
|
||||
bootstrap_ubuntu_package_config: >-
|
||||
{{
|
||||
lookup('vars', bootstrap_var_key)
|
||||
|
||||
Reference in New Issue
Block a user