sync/roles/core/tasks/main.yml
2018-07-08 14:03:49 -04:00

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