From 1f94fa6dcdb949a287add5ada7e5a01610cdcc84 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Sun, 31 Dec 2023 18:49:47 +0100 Subject: [PATCH] removed the old global playbook --- ansible/laptop.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 ansible/laptop.yml diff --git a/ansible/laptop.yml b/ansible/laptop.yml deleted file mode 100644 index f509648..0000000 --- a/ansible/laptop.yml +++ /dev/null @@ -1,22 +0,0 @@ ---- -- name: "Laptop installation & configuration" - hosts: all - connection: local - vars: - ansible_python_interpreter: auto_silent - gather_facts: false - roles: - - base - - xorg - - i3 - - background - - fish - - fontconfig - - notification - - kitty - - felix - - tmux - - rofi - - neovim - - bluetooth - - ufw