Opposite attempt of the previous, use localhost instead of all.

This commit is contained in:
Hyperling 2021-02-01 08:20:03 -06:00
parent ddac6d8f44
commit f7ac16c699

View File

@ -3,7 +3,7 @@
# Everything # Everything
- name: Initial Setup - name: Initial Setup
hosts: all hosts: localhost
connection: local connection: local
become: true become: true
@ -47,7 +47,7 @@
# Run Hardness Checks # Run Hardness Checks
- name: Hardening Check - name: Hardening Check
hosts: all hosts: localhost
connection: local connection: local
become: true become: true