Change first task list to localhost so it runs for systems outside of hosts/inventory.

This commit is contained in:
Hyperling 2020-12-31 17:50:51 -06:00
parent 07c9f9f4ca
commit d20539437c

View File

@ -2,7 +2,7 @@
# Harmonize my systems rather than doing everything manually. :)
# Everything
- hosts: all
- hosts: localhost
become: true
pre_tasks:
@ -25,7 +25,7 @@
- include: tasks/flatpaks.yml
# Display hardness checks
# Run hardness checks
- hosts: all
become: true