updated scripts to include new programs

This commit is contained in:
Vuong Hoang
2024-06-14 16:41:42 -07:00
parent 4c4737a6d1
commit 0e6284bbb6
4 changed files with 52 additions and 2 deletions

View File

@@ -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