staging: remove constraint on im

This commit is contained in:
Alex 2023-01-05 11:15:30 +01:00
parent 9fabb5844a
commit 0da378d053
Signed by: lx
GPG Key ID: 0E496D15096376BE
1 changed files with 0 additions and 6 deletions

View File

@ -20,12 +20,6 @@ job "im" {
delay = "30s"
}
constraint {
attribute = "${attr.unique.hostname}"
operator = "!="
value = "caribou"
}
task "restore-db" {
lifecycle {
hook = "prestart"