--- # Check Final Container Status # Wrapper Playbook for application role health_check tasks (final status) - hosts: production gather_facts: no become: no vars: application_health_check_final: true application_health_check_logs_tail: 5 tasks: - name: Include application health_check tasks (final) ansible.builtin.include_role: name: application tasks_from: health_check tags: - application - health - final