Restart poststart task

Hi,

In my Nomad jobspec, I have a poststart task. In this task, there is a template block, with `change_mode = “restart”`.

Therefore, I was expecting the task to re-run if the template changes ( = if the Nomad variable used in this template changes)

But this is not the case.

Is it because it is a poststart task ? Is there a way to re-run a poststart task without having to re-run all the job ?

Thanks