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