From c428b7285477ad2b1bf3e50591704fa8bd2359c3 Mon Sep 17 00:00:00 2001 From: Jay LaCroix Date: Tue, 1 Sep 2020 14:30:22 -0400 Subject: [PATCH] initial commit of local.yml --- local.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 local.yml diff --git a/local.yml b/local.yml new file mode 100644 index 0000000..4a9cc70 --- /dev/null +++ b/local.yml @@ -0,0 +1,6 @@ +- hosts: localhost + become: true + tasks: + - name: Install htop + apt: + name: htop