If I want a target to run before everything else (because other things depend on it downstream) we can specify order: X in the target's configuration. In these cases deferring the restarting of the service is almost always undesirable.
It would also save keystrokes/headaches if we simply handle this for the target author based on whether order was specified.
If I want a target to run before everything else (because other things depend on it downstream) we can specify
order: Xin the target's configuration. In these cases deferring the restarting of the service is almost always undesirable.It would also save keystrokes/headaches if we simply handle this for the target author based on whether order was specified.