From 61e62a1ea669e2773a0c855155e99cda014890d4 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Sun, 31 Dec 2023 19:47:50 +0100 Subject: [PATCH] added the gnome role for all playbooks --- ansible/laptop-with-amd.yml | 1 + ansible/laptop-with-intel.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/ansible/laptop-with-amd.yml b/ansible/laptop-with-amd.yml index ba1237c..d9de5e1 100644 --- a/ansible/laptop-with-amd.yml +++ b/ansible/laptop-with-amd.yml @@ -17,3 +17,4 @@ - neovim - bluetooth - ufw + - gnome diff --git a/ansible/laptop-with-intel.yml b/ansible/laptop-with-intel.yml index e8a55d6..a5d2fa4 100644 --- a/ansible/laptop-with-intel.yml +++ b/ansible/laptop-with-intel.yml @@ -17,3 +17,4 @@ - neovim - bluetooth - ufw + - gnome