refactor(bootstrap,configuration): rename validation-only _normalize.yml files
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
- name: Normalize bootstrap
|
- name: Validate bootstrap input
|
||||||
ansible.builtin.import_tasks: _normalize.yml
|
ansible.builtin.import_tasks: _validate.yml
|
||||||
|
|
||||||
- name: Create API filesystem mountpoints in installroot
|
- name: Create API filesystem mountpoints in installroot
|
||||||
when: os_family == 'RedHat'
|
when: os_family == 'RedHat'
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
- name: Normalize configuration
|
- name: Resolve platform configuration
|
||||||
ansible.builtin.import_tasks: _normalize.yml
|
ansible.builtin.import_tasks: _resolve_platform.yml
|
||||||
|
|
||||||
- name: Include configuration tasks
|
- name: Include configuration tasks
|
||||||
when: configuration_task.when | default(true)
|
when: configuration_task.when | default(true)
|
||||||
|
|||||||
Reference in New Issue
Block a user