This commit is contained in:
2026-09-27 12:31:23 -07:00
commit 63f4544dba
+9
View File
@@ -0,0 +1,9 @@
---
- name: Test Gitea
hosts: localhost
gather_facts: false
tasks:
- name: Print message
ansible.builtin.debug:
msg: "Hello from Gitea"