Initial commit

This commit is contained in:
2026-02-27 17:30:50 -05:00
commit b9f615dcb3
13 changed files with 227 additions and 0 deletions

8
tasks/main.yml Normal file
View File

@@ -0,0 +1,8 @@
#SPDX-License-Identifier: MIT-0
---
# tasks file for ansible-role-gitea
- name: gitea
include_tasks: "{{ item }}"
loop:
- gitea.yaml
- actions.yaml