Skip to content
Snippets Groups Projects
Commit e6f7d110 authored by Pietsch, Martin's avatar Pietsch, Martin
Browse files

replaced import/include tasks by the SDM OOR tasks

parent 163e1c19
No related branches found
No related tags found
No related merge requests found
- import_role: - call_tasks:
name: system from: answerfile
tasks_from: answerfile super: true
- name: create answer file - name: create answer file
template: template:
......
--- ---
- import_role: - call_tasks:
name: system from: configure
tasks_from: configure super: true
- name: install locale.gen file - name: install locale.gen file
template: template:
......
...@@ -35,16 +35,15 @@ ...@@ -35,16 +35,15 @@
args: args:
chdir: "{{ _linux_temporary_root_directory.path }}" chdir: "{{ _linux_temporary_root_directory.path }}"
- include_role: - call_tasks:
name: system.linux from: _mergeimages
tasks_from: _mergeimages
loop: "{{ system_supported_architectures[linux_installer_distribution] }}" loop: "{{ system_supported_architectures[linux_installer_distribution] }}"
loop_control: loop_control:
loop_var: _linux_dist_arch loop_var: _linux_dist_arch
- include_role: - call_tasks:
name: system from: installer
tasks_from: installer super: true
- name: cleanup temporary root directory - name: cleanup temporary root directory
file: file:
......
- include_tasks: buildinstaller.yml - call_tasks:
- include_tasks: finaliseinstaller.yml from: buildinstaller.yml
- call_tasks:
from: finaliseinstaller.yml
--- ---
# tasks file for sytsem.linux # tasks file for sytsem.linux
- include_role: - call_tasks:
name: system from: main
super: true
- import_role: - call_tasks:
name: system.linux from: configure
tasks_from: configure
---
- include_role:
name: system
tasks_from: reboot
---
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment