feat(role): add awesome-wm

This commit is contained in:
Oliver Davies 2022-07-07 07:21:31 +01:00
parent 632c79b09f
commit 41a6131661
2 changed files with 9 additions and 0 deletions

View file

@ -1,6 +1,8 @@
default_roles:
- ssh
- alacritty
- awesome-wm
- ctop
- dconf
- docker

View file

@ -0,0 +1,7 @@
---
- name: Install
ansible.builtin.package:
name:
- awesome
state: latest
become: true