From 5de9d22d6c21890d42c97efac1d9bf65c4c61060 Mon Sep 17 00:00:00 2001 From: Vuong Hoang Date: Fri, 14 Jun 2024 21:45:47 -0700 Subject: [PATCH] updated qol --- playbooks/apt_qol.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/playbooks/apt_qol.yaml b/playbooks/apt_qol.yaml index 7448ff9..4b9f5ad 100644 --- a/playbooks/apt_qol.yaml +++ b/playbooks/apt_qol.yaml @@ -5,7 +5,7 @@ become: yes gather_facts: no tasks: - - name: Install user default applications. tmux, vim-nox, btop, htop, neofetch, bat, tldr, byobu + - name: Install user default applications. tmux, vim-nox, btop, htop, neofetch, tldr apt: pkg: - tmux @@ -15,8 +15,6 @@ - neofetch - curl - wget - - bat - tldr - - byobu update_cache: true state: latest