From ddac6d8f4403ba95bbf0b994728855175701bcdf Mon Sep 17 00:00:00 2001 From: Hyperling Date: Mon, 1 Feb 2021 08:19:11 -0600 Subject: [PATCH] Only specify all, not localhost, in an attempt to only run things once (hopefully fixes apt locks). --- local.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/local.yml b/local.yml index 60e7e33..027f776 100644 --- a/local.yml +++ b/local.yml @@ -3,7 +3,7 @@ # Everything - name: Initial Setup - hosts: all, localhost + hosts: all connection: local become: true @@ -47,7 +47,7 @@ # Run Hardness Checks - name: Hardening Check - hosts: all, localhost + hosts: all connection: local become: true