5 lines
76 B
YAML
5 lines
76 B
YAML
|
- hosts: localhost
|
||
|
gather_facts: no
|
||
|
tasks:
|
||
|
- include_tasks: tasks.yml
|