--- # Check and Restart Gitea if Unhealthy # Wrapper Playbook for gitea role restart tasks - hosts: production gather_facts: yes become: no tasks: - name: Include gitea restart tasks ansible.builtin.include_role: name: gitea tasks_from: restart tags: - gitea - restart