Initial configuration
This commit is contained in:
13
playbooks/apt_qol.yaml
Normal file
13
playbooks/apt_qol.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
- hosts: "*"
|
||||
become: yes
|
||||
tasks:
|
||||
- name: Install user default applications. tmux, vim-nox, btop, htop, neofetch
|
||||
apt:
|
||||
pkg:
|
||||
- tmux
|
||||
- vim-nox
|
||||
- btop
|
||||
- htop
|
||||
- neofetch
|
||||
update_cache: true
|
||||
state: latest
|
||||
Reference in New Issue
Block a user