--- - name: '[GIT] - Deploy source' git: repo: https://github.com/ether/etherpad-lite.git dest: "{{ etherpad_app_dir }}" force: yes update: yes version: "{{ etherpad_version }}" notify: restart etherpad