refactor(bootstrap,configuration): add per-role _normalize.yml for platform resolution
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
---
|
||||
- name: Resolve platform-specific configuration
|
||||
ansible.builtin.set_fact:
|
||||
_configuration_platform: "{{ configuration_platform_config[os_family] }}"
|
||||
- name: Normalize configuration
|
||||
ansible.builtin.import_tasks: _normalize.yml
|
||||
|
||||
- name: Include configuration tasks
|
||||
when: configuration_task.when | default(true)
|
||||
|
||||
Reference in New Issue
Block a user