Change first task list to localhost so it runs for systems outside of hosts/inventory.
This commit is contained in:
parent
07c9f9f4ca
commit
d20539437c
@ -2,7 +2,7 @@
|
|||||||
# Harmonize my systems rather than doing everything manually. :)
|
# Harmonize my systems rather than doing everything manually. :)
|
||||||
|
|
||||||
# Everything
|
# Everything
|
||||||
- hosts: all
|
- hosts: localhost
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
pre_tasks:
|
pre_tasks:
|
||||||
@ -25,7 +25,7 @@
|
|||||||
- include: tasks/flatpaks.yml
|
- include: tasks/flatpaks.yml
|
||||||
|
|
||||||
|
|
||||||
# Display hardness checks
|
# Run hardness checks
|
||||||
- hosts: all
|
- hosts: all
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user