ansible-gitea-management/tests/test.yml

7 lines
81 B
YAML

---
- hosts: localhost
become: true
tasks:
- import_tasks: gitea.yml
...