--- # Check Container Status After Code Sync # Wrapper Playbook for application role health_check tasks - hosts: production gather_facts: no become: no tasks: - name: Include application health_check tasks ansible.builtin.include_role: name: application tasks_from: health_check tags: - application - health - status