From 8c0dd0f96c4dd23f95819cec0297ad994cd95175 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 31 Dec 2024 16:27:59 -0700 Subject: [PATCH] Change flatpak to be last so first install at least get their configs before waiting. --- local.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/local.yml b/local.yml index 68ccef0..82c1cd5 100644 --- a/local.yml +++ b/local.yml @@ -124,9 +124,6 @@ - include_tasks: tasks/workstation/linux/software/packages.yml when: ansible_system == "Linux" - - include_tasks: tasks/workstation/linux/software/flatpaks.yml - when: ansible_system == "Linux" and flatpak_distro - - include_tasks: tasks/workstation/linux/software/brave.yml when: ansible_pkg_mgr in ("apt", "dnf", "zypper") and not mobile @@ -156,6 +153,10 @@ - include_tasks: tasks/workstation/shared/settings/services.yml + # Final Tasks (SLOW) # + - include_tasks: tasks/workstation/linux/software/flatpaks.yml + when: ansible_system == "Linux" and flatpak_distro + when: workstation == true