diff --git a/tasks/finaliseinstaller.yml b/tasks/finaliseinstaller.yml
index d8382d79b5f4755c454509678cdb8c96bb5fefe9..ce0cbf9e295866cf54988b2c0bda4cc400de2523 100644
--- a/tasks/finaliseinstaller.yml
+++ b/tasks/finaliseinstaller.yml
@@ -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