I you do a fix node:all and one of the nodes inbetween is not available the run will stop immediatly with an error - which is extremly annoying.
to prevent this from happening we can use env.skip_bad_hosts = True
The only remaining question is if it is safe to set it to True in all cases, of if this needs an commandline option, with False (the current behaviour) as default?