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