initial commit of local.yml

This commit is contained in:
Jay LaCroix
2020-09-01 14:30:22 -04:00
parent e42e6fd8ba
commit c428b72854

6
local.yml Normal file
View File

@@ -0,0 +1,6 @@
- hosts: localhost
become: true
tasks:
- name: Install htop
apt:
name: htop