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