From d20539437c2e0e93aeac97bcb63cc4ca6a6b5a40 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Thu, 31 Dec 2020 17:50:51 -0600 Subject: [PATCH] Change first task list to localhost so it runs for systems outside of hosts/inventory. --- local.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/local.yml b/local.yml index 23f9093..b5ef207 100644 --- a/local.yml +++ b/local.yml @@ -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