36181ee Fix 'actions' ordering after last commit

Authored and Committed by adamwill 3 years ago
    Fix 'actions' ordering after last commit
    
    I merged the previous commit before realizing the ordering was
    wrong. All other 'actions' lines have to come *before* the one
    that adds 'reboot', because one of the conditions for that is
    whether @actions is populated - basically, if we're taking any
    actions, we also have to reboot afterwards. If we add an action
    *after* that line (but no actions were added before that line),
    we'll do it but then not reboot and the test will break.
    
    Signed-off-by: Adam Williamson <awilliam@redhat.com>