ansible-role--vim/role.yml

12 lines
194 B
YAML
Raw Normal View History

2015-11-27 16:43:49 +00:00
---
- hosts: localhost
remote_user: root
vars_files:
- 'vars/main.yml'
- 'defaults/main.yml'
tasks:
- include: 'tasks/main.yml'
handlers:
- include: 'handlers/main.yml'