From faeef04ca4016baff073011f2545333dda7a89a8 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Thu, 16 Jul 2026 14:50:01 -0700 Subject: [PATCH] Add commented fields for new playbooks while they're being tested. --- local.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/local.yml b/local.yml index 4f3fa2c..0faff6f 100644 --- a/local.yml +++ b/local.yml @@ -130,7 +130,10 @@ - include_tasks: tasks/workstation/linux/software/gnome.yml when: ansible_system == "Linux" + #- include_tasks: tasks/workstation/shared/software/cinnamon.yml + - include_tasks: tasks/workstation/shared/software/dwm.yml + #- include_tasks: tasks/workstation/shared/software/i3.yml # Software Tasks # - include_tasks: tasks/workstation/linux/software/packages.yml