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