How do I enforce a recipe to run as the last one, no matter where is it placed in the runlist?
Suppose I am having a recipe say cookbook_y:post and the expanded runlist is x1::x2 y1::y2 cookbook_y::post z1::z2,
I want to modify the expanded runlist in during run time (from a recipe, most likely in cookbook_y::post) and push its execution to the end.
What is the best way to achieve this?
Can anyone help me with this?
Thanks.