8 lines
159 B
YAML
8 lines
159 B
YAML
---
|
|
- include_tasks: '{{ansible_os_family}}.yaml'
|
|
|
|
- name: clone config repo
|
|
git:
|
|
repo: git@code.infektor.net:config/kitty.git
|
|
dest: ~/.config/kitty
|