I’m having an issue with the behavior of a block-rescue section. When there is a failure, the target that failed will execute its tasks independently from the rest of the targets. For most of the playbook it’s not an issue but certain tasks need to be synchronized because some of the target’s services are dependent on each other. Is there a way to synchronize the tasks after the rescue block has been triggered?