mirror of
https://github.com/natelandau/ansible-homelab-config.git
synced 2025-11-18 18:03:40 -05:00
refactor(jobs): remove device specific constraints
This commit is contained in:
@@ -4,9 +4,9 @@ job "sonarr" {
|
||||
type = "service"
|
||||
|
||||
// constraint {
|
||||
// attribute = "${node.unique.name}"
|
||||
// attribute = "${attr.cpu.arch}"
|
||||
// operator = "regexp"
|
||||
// value = "macmini"
|
||||
// value = "64"
|
||||
// }
|
||||
|
||||
update {
|
||||
|
||||
Reference in New Issue
Block a user