--- - name: Git pull hosts: all tasks: - name: pull "{{ git_dest }}" git: repo: "{{ git_repo }}" dest: "{{ git_dest }}" update: yes