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

execute cleanup tasks after the execution of the parent tasks

parent f3361877
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,10 @@
loop_control:
loop_var: _linux_dist_arch
- include_role:
name: system
tasks_from: installer
- name: cleanup installers build root directory
file:
path: "{{ linux_build_installer_root }}"
......@@ -26,6 +30,3 @@
path: "{{ _linux_installer_image_file.path }}"
state: absent
- include_role:
name: system
tasks_from: installer
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment