From 6c51d76f26628cf7099f81db327acd847ec36054 Mon Sep 17 00:00:00 2001 From: Jay LaCroix Date: Tue, 1 Sep 2020 14:42:43 -0400 Subject: [PATCH] small update --- local.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/local.yml b/local.yml index 4a9cc70..f392453 100644 --- a/local.yml +++ b/local.yml @@ -1,5 +1,7 @@ - hosts: localhost + connection: local become: true + tasks: - name: Install htop apt: