From cd5b8ef8e8969209376e9243a5c56c0606710bd8 Mon Sep 17 00:00:00 2001 From: Tom Wieczorek Date: Thu, 28 Mar 2024 12:50:01 +0100 Subject: [PATCH] Add GatherFacts phase to reset command (#671) So that the hostnames are collected and the GatherK0sFacts phase can access them when printing progress messages. Signed-off-by: Tom Wieczorek --- action/reset.go | 1 + 1 file changed, 1 insertion(+) diff --git a/action/reset.go b/action/reset.go index 3736ecb8..70ff1ddb 100644 --- a/action/reset.go +++ b/action/reset.go @@ -48,6 +48,7 @@ func (r Reset) Run() error { &phase.DetectOS{}, lockPhase, &phase.PrepareHosts{}, + &phase.GatherFacts{}, &phase.GatherK0sFacts{}, &phase.RunHooks{Stage: "before", Action: "reset"}, &phase.ResetWorkers{