Is it possible to execute a single task within a group sequentially based on the count?

group “new_group” {

count=3 

task "server" {


  driver = "raw_exec"

  config {
    command = "/bin/bash" 
    args = ["/home/ubuntu/repo/script.sh"]
 }
}

}

Did you have a question? Is there more information you can provide about your scenario or how we can help?