sync/roles/core/tasks/main.yml

7 lines
159 B
YAML
Raw Permalink Normal View History

2018-07-07 00:07:24 -04:00
- name: Clone sync project
git:
repo: "https://gitea.austenwares.com/stonewareslord/sync.git"
dest: "{{ sync_path }}"
clone: yes
update: yes