7 lines
159 B
YAML
7 lines
159 B
YAML
- name: Clone sync project
|
|
git:
|
|
repo: "https://gitea.austenwares.com/stonewareslord/sync.git"
|
|
dest: "{{ sync_path }}"
|
|
clone: yes
|
|
update: yes
|