diff --git a/local.yml b/local.yml index 005766f..c88ff6b 100644 --- a/local.yml +++ b/local.yml @@ -22,7 +22,6 @@ ####### Start ####### - - name: Main | Start block: @@ -125,7 +124,6 @@ - include_tasks: facts/workstation/package.yml ## Desktop Environments ## - - include_tasks: tasks/workstation/freebsd/software/gpu.yml when: ansible_system == "FreeBSD" and bsd_gpu == true @@ -147,7 +145,6 @@ # TBD: Implement this: and extra_desktops == true ## Software Tasks ## - - block: - include_tasks: tasks/workstation/linux/software/packages.yml - include_tasks: tasks/workstation/linux/software/tlp.yml @@ -167,7 +164,6 @@ ## Configuration Tasks ## - - block: - include_tasks: tasks/workstation/shared/settings/gnome.yml - include_tasks: tasks/workstation/shared/settings/cinnamon.yml @@ -188,12 +184,11 @@ - include_tasks: tasks/workstation/shared/settings/templates.yml ## Final Tasks (SLOW) ## - - block: - - include_tasks: tasks/workstation/linux/software/flutter.yml - - include_tasks: tasks/workstation/linux/software/android.yml - include_tasks: tasks/workstation/linux/software/flatpaks.yml when: flatpak_distro + - include_tasks: tasks/workstation/linux/software/android.yml + - include_tasks: tasks/workstation/linux/software/flutter.yml when: ansible_system == "Linux" when: workstation == true @@ -272,7 +267,6 @@ ####### Reporting ####### # Provide information for analysis. - - name: Main | Reporting block: @@ -284,7 +278,6 @@ ####### Finish ####### - - name: Main | Finish block: