it looks like the parameter i was looking for was `update=no`, which seems 
to prevent the remote request. something like:

- name: clone {{ owner }}/{{ name }} from github  
  git:
    repo: "[email protected]:{{ owner }}/{{ name }}"
    dest: "{{ gh_root }}/{{ owner }}/{{ name }}"
    update: "{{ update | default(no) }}"


On Wednesday, February 18, 2015 at 11:00:03 PM UTC+8, Brian Coca wrote:
>
> can you show the git task? 
>
>
>
>
> -- 
> Brian Coca 
>

-- 
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/6a4ed7dc-8186-403a-a4a7-c7be41929718%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to