--- # Update Gitea Configuration # Wrapper Playbook for gitea role config tasks - hosts: production gather_facts: yes become: no tasks: - name: Include gitea config tasks ansible.builtin.include_role: name: gitea tasks_from: config tags: - gitea - config