Something like this? ``` run_plan('facts', target...
# bolt
v
Something like this?
Copy code
run_plan('facts', targets => $targets,
    _catch_errors => true,
  )
  $good_targets = get_targets($targets).filter |$n| { $n.facts['whatever'] != undef }