From 6ce190073d1cfa7786d1de4b466ef0a73053f3bb Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Sun, 31 Dec 2023 20:38:30 +0100 Subject: [PATCH] renamed playbooks to a more close-to-the-metal name --- ansible/{laptop-with-amd.yml => gnome-with-amd.yml} | 0 ansible/{laptop-with-intel.yml => gnome-with-intel.yml} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename ansible/{laptop-with-amd.yml => gnome-with-amd.yml} (100%) rename ansible/{laptop-with-intel.yml => gnome-with-intel.yml} (100%) diff --git a/ansible/laptop-with-amd.yml b/ansible/gnome-with-amd.yml similarity index 100% rename from ansible/laptop-with-amd.yml rename to ansible/gnome-with-amd.yml diff --git a/ansible/laptop-with-intel.yml b/ansible/gnome-with-intel.yml similarity index 100% rename from ansible/laptop-with-intel.yml rename to ansible/gnome-with-intel.yml