mirror of
https://github.com/natelandau/ansible-homelab-config.git
synced 2025-11-19 02:13:40 -05:00
refactor(jobs): remove device specific constraints
This commit is contained in:
@@ -9,6 +9,13 @@ job "syncthing" {
|
||||
value = "rpi"
|
||||
}
|
||||
|
||||
// constraint {
|
||||
// attribute = "${attr.cpu.arch}"
|
||||
// operator = "regexp"
|
||||
// value = "64"
|
||||
// }
|
||||
|
||||
|
||||
update {
|
||||
max_parallel = 1
|
||||
health_check = "checks"
|
||||
|
||||
Reference in New Issue
Block a user