diff --git a/roles/desktop-environment/tasks/main.yml b/roles/desktop-environment/tasks/main.yml index ac0be08..99e828b 100644 --- a/roles/desktop-environment/tasks/main.yml +++ b/roles/desktop-environment/tasks/main.yml @@ -1,11 +1,11 @@ - name: Include installation of Hyprland - include: hyprland.yml + import_tasks: hyprland.yml - name: Include installation of utilities - include: utils.yml + import_tasks: utils.yml - name: Include flatpak setup - include: flatpak.yml + import_tasks: flatpak.yml - name: Include configuration steps - include: config.yml \ No newline at end of file + import_tasks: config.yml \ No newline at end of file