github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/jobspec/test-fixtures/distinctHosts-constraint.hcl (about)

     1  job "foo" {
     2    constraint {
     3      distinct_hosts = "true"
     4    }
     5  }