- `.yaml` and `.yml` can both match.
jobs = Dir[idle_job_path + "*.y{a,}ml"]
if Path[job].basename =~ /^multi-qemu\.ya?ml/i
Better match only yaml. That code is not gg friendly. It can be more clean to keep consistent rule in one project.
Thanks, Fengguang