7 lines
81 B
YAML
7 lines
81 B
YAML
---
|
|
- hosts: localhost
|
|
become: true
|
|
tasks:
|
|
- import_tasks: gitea.yml
|
|
...
|