local.yml, change the order of slow workstation software tasks.

This commit is contained in:
2026-08-11 13:32:43 -07:00
parent 85afd25697
commit 7a2ccfa229
+2 -9
View File
@@ -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: