Hi, so I want to launch a job with the only purpose of installing service tags in consul.
When I try something simple like:
task "noop" {
driver = "exec"
}
It sortof works, but nomad seems to have trouble at times while updating the task, seemingly getting stuck on the old task. What is the correct way to do this?