From f450e1ba6d62b1f601422a419fc2b13f12405f7a Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Sun, 31 Dec 2023 20:43:52 +0100 Subject: [PATCH] added the hostname 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 ccdd7d1..b9b1d73 100644 --- a/ansible/gnome-with-amd.yml +++ b/ansible/gnome-with-amd.yml @@ -16,5 +16,6 @@ - tmux - neovim - ufw + - hostname - locale - gnome diff --git a/ansible/gnome-with-intel.yml b/ansible/gnome-with-intel.yml index 8a82417..da762e2 100644 --- a/ansible/gnome-with-intel.yml +++ b/ansible/gnome-with-intel.yml @@ -16,5 +16,6 @@ - tmux - neovim - ufw + - hostname - locale - gnome