remove adherence to oscar

This commit is contained in:
vincent 2022-11-13 17:01:03 +01:00
parent 1880303b43
commit 0596832337

View File

@ -6,8 +6,8 @@ job "homeassistant" {
forcedeploy = "0" forcedeploy = "0"
} }
constraint { constraint {
attribute = "${attr.unique.hostname}" attribute = "${attr.cpu.arch}"
value = "oscar" value = "amd64"
} }
group "homeassistant" { group "homeassistant" {