dotfiles/dotfiles.yml

8 lines
136 B
YAML
Raw Normal View History

2018-09-09 08:56:05 +01:00
- hosts: local
connection: local
tasks:
- ping:
2018-09-09 09:22:11 +01:00
- include_vars:
file: vars.yml
- import_tasks: tasks/common.yml