Skip to content

Commit cd5b8ef

Browse files
authored
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 <[email protected]>
1 parent 0a6a075 commit cd5b8ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action/reset.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ func (r Reset) Run() error {
4848
&phase.DetectOS{},
4949
lockPhase,
5050
&phase.PrepareHosts{},
51+
&phase.GatherFacts{},
5152
&phase.GatherK0sFacts{},
5253
&phase.RunHooks{Stage: "before", Action: "reset"},
5354
&phase.ResetWorkers{

0 commit comments

Comments
 (0)