renamed the playbooks again to include arch explicitely in the file name

This commit is contained in:
aminnairi
2023-12-31 20:44:41 +01:00
parent 5c44204324
commit 80ae0d1207
2 changed files with 0 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
---
- name: "Laptop installation & configuration"
hosts: all
connection: local
vars:
ansible_python_interpreter: auto_silent
gather_facts: false
roles:
- base
- amd
- xorg
- fish
- fontconfig
- kitty
- felix
- tmux
- neovim
- ufw
- hostname
- timezone
- locale
- gnome