I have the following to clone (works) and pull (doesn't work) changes from 
a git repo.  It doesn't seem to pull changes.  What am I doing wrong?

- name: Ensure scripts.git pulled down from gitlab
  git:
    repo: "http://someuser:{{ password | urlencode }}@
gitlab.myServer.com/project/scripts.git"
    dest: /home/someuser/scripts/
    force: yes
    update: yes

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/5a863e31-f1cd-4111-a07f-ce6e0e013299%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to