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