From f7ac16c6990d06072cc9acc012da4037b8acd324 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Mon, 1 Feb 2021 08:20:03 -0600 Subject: [PATCH] Opposite attempt of the previous, use localhost instead of all. --- local.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/local.yml b/local.yml index 027f776..85b1c0e 100644 --- a/local.yml +++ b/local.yml @@ -3,7 +3,7 @@ # Everything - name: Initial Setup - hosts: all + hosts: localhost connection: local become: true @@ -47,7 +47,7 @@ # Run Hardness Checks - name: Hardening Check - hosts: all + hosts: localhost connection: local become: true