Only specify all, not localhost, in an attempt to only run things once (hopefully fixes apt locks).
This commit is contained in:
parent
64c7593ce3
commit
ddac6d8f44
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
# Everything
|
# Everything
|
||||||
- name: Initial Setup
|
- name: Initial Setup
|
||||||
hosts: all, localhost
|
hosts: all
|
||||||
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, localhost
|
hosts: all
|
||||||
connection: local
|
connection: local
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user