--- - hosts: localhost tasks: - block: - debug: msg='OK' - shell: /bin/false - debug: msg='Never' rescue: - debug: msg='ERR' - shell: /bin/false - debug: msg='Never again' always: - debug: msg='Always'