reorganized file layout

This commit is contained in:
Jay LaCroix
2020-09-01 16:09:48 -04:00
parent d925816155
commit 38479255ad

View File

@@ -1,11 +1,6 @@
- hosts: localhost - name: Install packages
connection: local apt:
become: true name:
- htop
tasks: - mc
- name: Install packages - tmux
apt:
name:
- htop
- mc
- tmux