added additional packages to local.yml

This commit is contained in:
Jay LaCroix
2020-09-01 15:59:43 -04:00
parent 6c51d76f26
commit 7a2db83e04

View File

@@ -3,6 +3,9 @@
become: true become: true
tasks: tasks:
- name: Install htop - name: Install packages
apt: apt:
name: htop name:
- htop
- mc
- tmux