When I define a task to run on several remote servers, if the task runs on server one and exits with an error, Fabric will stop and abort the task. But I want to make fabric
You can also set the entire script's warn_only setting to be true with
def local(): env.warn_only = True