--- # Fix Gitea Runner Configuration # Wrapper Playbook for gitea role runner tasks (fix action) - hosts: production gather_facts: yes become: no vars: gitea_runner_action: fix tasks: - name: Include gitea runner tasks (fix) ansible.builtin.include_role: name: gitea tasks_from: runner tags: - gitea - runner - fix