6 lines
84 B
YAML
6 lines
84 B
YAML
|
---
|
||
|
- hosts: localhost
|
||
|
remote_user: root
|
||
|
tasks:
|
||
|
- import_tasks: example.yml
|