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