updated scripts to include new programs
This commit is contained in:
@@ -3,8 +3,9 @@
|
||||
vars_files:
|
||||
- '~/ansible/inventory/vaulted_vars.yaml'
|
||||
become: yes
|
||||
gather_facts: no
|
||||
tasks:
|
||||
- name: Install user default applications. tmux, vim-nox, btop, htop, neofetch
|
||||
- name: Install user default applications. tmux, vim-nox, btop, htop, neofetch, bat, tldr, byobu
|
||||
apt:
|
||||
pkg:
|
||||
- tmux
|
||||
@@ -14,5 +15,8 @@
|
||||
- neofetch
|
||||
- curl
|
||||
- wget
|
||||
- bat
|
||||
- tldr
|
||||
- byobu
|
||||
update_cache: true
|
||||
state: latest
|
||||
|
||||
Reference in New Issue
Block a user