ansible-gitea-management/tests/test.yml

7 lines
81 B
YAML
Raw Normal View History

2022-03-04 05:15:25 +00:00
---
- hosts: localhost
become: true
2022-03-04 05:15:25 +00:00
tasks:
- import_tasks: gitea.yml
...