Skip to content

Commit

Permalink
install htop
Browse files Browse the repository at this point in the history
  • Loading branch information
mqcmd196 committed Dec 15, 2024
1 parent 62b3663 commit 032401d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/common/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Install packages with apt
- name: Install convenient apt packages
apt:
name: ['attr', 'autoconf', 'bat', 'command-not-found', 'dnsutils', 'expect', 'gdb', 'grc', 'jq', 'lsb-release', 'net-tools', 'pandoc', 'peco', 'python3-ipython', 'rlwrap', 'tig', 'tmux', 'traceroute', 'unionfs-fuse', 'util-linux', 'xsel', 'zsh']
name: ['attr', 'autoconf', 'bat', 'command-not-found', 'dnsutils', 'expect', 'gdb', 'grc', 'htop', 'jq', 'lsb-release', 'net-tools', 'pandoc', 'peco', 'python3-ipython', 'rlwrap', 'tig', 'tmux', 'traceroute', 'unionfs-fuse', 'util-linux', 'xsel', 'zsh']
state: present
become: yes

Expand Down

0 comments on commit 032401d

Please sign in to comment.