From 9cc6be2325d359642b1dbd7f4cb647ac633f5037 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 26 May 2026 15:34:55 -0700 Subject: [PATCH] Call the new templates playbook for workstations. --- local.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/local.yml b/local.yml index c9d6c31..499822a 100644 --- a/local.yml +++ b/local.yml @@ -171,6 +171,8 @@ - include_tasks: tasks/workstation/shared/settings/services.yml + - include_tasks: tasks/workstation/shared/settings/templates.yml + # Final Tasks (SLOW) # - include_tasks: tasks/workstation/linux/software/flutter.yml when: ansible_system == "Linux"