mhm I want to run a task in parallel in a group of...
# bolt
b
mhm I want to run a task in parallel in a group of nodes except for one node, basically:
Copy code
parallelize(get_targets(["group 1", "group 2"]) - 'host1')) |$target| {
  run_task('foo', $target)
}