You can execute some task and filter failed nodes,...
# bolt
v
You can execute some task and filter failed nodes, for example
Copy code
$puppet_targets = run_task('puppet_agent::version', $targets,
    _catch_errors => true,
  ).ok_set.names
thankyou 1