2d288da Don't run the execute method in the kickstart installation in TUI by default

Authored and Committed by vponcova 2 years ago
    Don't run the execute method in the kickstart installation in TUI by default
    
    We should run the execute method from the initialize method of the spoke when
    it is required. The execute method will be still called when we leave a spoke.
    
    (cherry picked from commit 9c0c7a7)
    
    Related: rhbz#1954408