sync/roles/core/tasks/main.yml
2018-07-08 00:51:09 -04:00

8 lines
174 B
YAML

- name: Clone sync project
git:
repo: "https://gitea.austenwares.com/stonewareslord/sync.git"
dest: "{{ sync_path }}"
clone: yes
update: yes
force: yes