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://linuxadmins:{{ 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/7e664275-048e-445b-aade-e3b9114c4e96%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to