From 5c4420432414d8a00f11dbf5114098f0dab82d8c Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Sun, 31 Dec 2023 20:44:01 +0100 Subject: [PATCH] added the timezone role for the playbooks --- ansible/gnome-with-amd.yml | 1 + ansible/gnome-with-intel.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/ansible/gnome-with-amd.yml b/ansible/gnome-with-amd.yml index b9b1d73..3b7f3e2 100644 --- a/ansible/gnome-with-amd.yml +++ b/ansible/gnome-with-amd.yml @@ -17,5 +17,6 @@ - neovim - ufw - hostname + - timezone - locale - gnome diff --git a/ansible/gnome-with-intel.yml b/ansible/gnome-with-intel.yml index da762e2..f9252e9 100644 --- a/ansible/gnome-with-intel.yml +++ b/ansible/gnome-with-intel.yml @@ -17,5 +17,6 @@ - neovim - ufw - hostname + - timezone - locale - gnome